【发布时间】:2011-06-07 20:58:21
【问题描述】:
我需要详细解释以下内容:
我们用UIViewController 做什么?
它有什么用?
我有一个如下所示的类:
class one
{
UINavigationController *nav = ...;
two *secondObject = ...;
// By use of it, I have push the new view class two//ok
}
class two
{
...
}
如何在one 类中使用secondObject?
什么是类层次从窗口开始?
【问题讨论】:
标签: ios class uiview uiviewcontroller composition