博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2013年1月21日

摘要: 1.The tab bar controller creates and manages the tab bar view and also manages the view controllers that provide the content view for each mode.2.Each content view controller is designated as the view controller for one of the tabs in the tab bar view.3.The tab bar controller has its own container v 阅读全文

posted @ 2013-01-21 16:04 酸梅拯救地球 阅读(195) 评论(0) 推荐(0)

摘要: 1.Outlets may be considered private to the defining class; if you prefer, you can hide the property declarations a class extension. For example:// MyClass.h@interface MyClass : MySuperclass@end// MyClass.m@interface MyClass ()@property (weak) IBOutlet MyView *viewContainerSubview;@property (strong) 阅读全文

posted @ 2013-01-21 13:22 酸梅拯救地球 阅读(172) 评论(0) 推荐(0)