摘要: 注册消息 [[NSNotificationCenter defaultCenter]addObserver:self selector:@selector(方法) name:@"消息名字" object:nil]; 方法实现 -(void)方法:(NSNotification *)notficati 阅读全文
posted @ 2016-03-01 09:10 王权 阅读(151) 评论(0) 推荐(0) 编辑
摘要: 创建显示的页面 SearchViewController * searchVC = [[SearchViewController alloc]init]; 告诉搜索控制器将结果显示在创建的页面上 self.searchController = [[UISearchController alloc]i 阅读全文
posted @ 2016-03-01 09:02 王权 阅读(124) 评论(0) 推荐(0) 编辑
摘要: - (void)viewDidLoad { [super viewDidLoad]; self.myTableView = [[UITableView alloc]initWithFrame:CGRectMake(0, 0, 320, 568) style:UITableViewStyleGroup 阅读全文
posted @ 2016-03-01 08:58 王权 阅读(120) 评论(0) 推荐(0) 编辑