草庐IT

ViewControllerWithIdentifier

全部标签

ios - 实例化ViewControllerWithIdentifier并传递数据

我在我的应用程序中使用Storyboard,我想将数据从一个View传递到另一个View。我没有使用segues,而是使用instantiateViewControllerWithIdentifier。在这种情况下,我从我的第一个TableViewController实例化到一个NavigationController,它附加了第二个TableViewController因为我需要第二个中的导航>TableViewController。现在我想将数据从我的第一个TableviewController传递到我的第二个TableviewController,具体取决于单击的行。在这种情况下