当我查看 UIBarButtonItem 并从 Connections Inspector 拖动“推送”segue 时,我可以将它连接到情节提要中的另一个视图控制器。当我运行它并单击 UIBarButtonItem 时,我在 IB 中连接的 ViewController 神奇地出现了。
我的问题是:这发生在哪里?这个,“推”事件。父 ViewController 中有方法吗?像:“PushSegue”?我想将信息从导航视图控制器传递给连接的 ViewController。例如,如果我想在那一刻弹出一个 UIAlertView,我会在哪里做呢?在 ViewController 类的某个地方?