MMDrawerController示例应用程序视图初始化

时间:2015-07-02 13:19:05

标签: ios objective-c mmdrawercontroller

我是iOS开发的新手。 MMDrawerControllerKitchenSink结果是如何制作应用程序的一个很好的例子。这是一个使用MMDrawerController的示例应用程序。

我找不到MMExampleCenterTableViewController的view属性的任何初始化。有viewDidLoad方法,但view属性的第一行是

_tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStyleGrouped];

此方法的所有上层次结构中没有视图的alloc / init。任何人,请告诉我如何在MMDrawerControllerKitchenSink中初始化视图属性?

谢谢。

1 个答案:

答案 0 :(得分:1)

如果MMExampleCenterTableViewController是初始视图,它可能会在AppDelegate.m中初始化。