我是iOS开发的新手。 MMDrawerControllerKitchenSink结果是如何制作应用程序的一个很好的例子。这是一个使用MMDrawerController的示例应用程序。
我找不到MMExampleCenterTableViewController的view属性的任何初始化。有viewDidLoad方法,但view属性的第一行是
_tableView = [[UITableView alloc] initWithFrame:self.view.bounds style:UITableViewStyleGrouped];
此方法的所有上层次结构中没有视图的alloc / init。任何人,请告诉我如何在MMDrawerControllerKitchenSink中初始化视图属性?
谢谢。
答案 0 :(得分:1)
如果MMExampleCenterTableViewController是初始视图,它可能会在AppDelegate.m
中初始化。