【发布时间】:2014-07-15 23:44:08
【问题描述】:
我正在尝试更改视图,但出于无关紧要的原因,我想通过代码而不是通过情节提要来完成,我找到了以下代码:
[[self ] presentModalViewController:[self destinationViewController] animated:NO];
问题是我不知道为presentModalViewController 或destinationViewController 输入什么。有什么方法可以弄清楚我的观点叫什么,以便我可以把它们放进去?
【问题讨论】:
标签: ios xcode uiviewcontroller