摘要: 一、键盘风格 UIKit框架支持8种风格键盘。 typedef enum { UIKeyboardTypeDefault, // 默认键盘:支持所有字符 UIKeyboardTypeASCIICapable, // 支持ASCII的默认键盘 UIKeyboardTypeNumbersAndPunct 阅读全文
posted @ 2016-04-26 23:58 huangyan1022 阅读(320) 评论(0) 推荐(0)
摘要: @interface ViewController ()<UITableViewDataSource,UITableViewDelegate,UISearchBarDelegate,UISearchResultsUpdating>@property(nonatomic,strong) NSMutab 阅读全文
posted @ 2016-04-26 00:06 huangyan1022 阅读(306) 评论(0) 推荐(0)