摘要: 使用UISearchController 配合UITableView实现搜索功能 1 #import "ViewController12.h" 2 3 @interface ViewController12 () 4 5 @end 6 7 @implementation Vie... 阅读全文
posted @ 2015-09-17 20:19 cccccy 阅读(174) 评论(0) 推荐(0) 编辑
摘要: 1. UISwitch 开关 1 - (void)viewDidLoad 2 { 3 [super viewDidLoad]; 4 self.view.backgroundColor = [UIColor whiteColor]; 5 self.title = @"开关"; ... 阅读全文
posted @ 2015-09-17 19:48 cccccy 阅读(215) 评论(0) 推荐(0) 编辑