这是我的问题。
我在包含按钮的UIView中。我希望按下此按钮会出现在下一个UIViewController中。我能怎么做?
最佳答案
我建议您看一些有关如何使用UIButton
和UINavigationController
的教程。您可以在SDK中找到一些代码,也可以在Google 2请求中找到“ UIButton教程”和“ UINavigationController”教程。
关于ios - iOS从UIView切换到UIViewController,我们在Stack Overflow上找到一个类似的问题:https://stackoverflow.com/questions/18832160/