2015年10月28日

摘要: 如题,有时显示UITableView多出部分在页面时,下面会显示处多出的行,此时应该在UITableView初始化时设置为Group if (_tableView == nil) { _tableView = [[UITableView alloc] initWithFrame:... 阅读全文
posted @ 2015-10-28 18:16 I'm new 阅读(194) 评论(0) 推荐(0) 编辑
 
摘要: 如题,在创建ContentView的时候,例子如下NSString *viewClassName = NSStringFromClass([self class]);viewClassName = [viewClassName stringByReplacingOccurrencesOfStrin... 阅读全文
posted @ 2015-10-28 11:09 I'm new 阅读(156) 评论(0) 推荐(0) 编辑
 
摘要: IOS 7 以上系统导航栏:[[UINavigationBar appearance] setTintColor:[UIColor whiteColor]]; // 返回按钮颜色[UINavigationBar appearance].barTintColor = YK_BUTTON_COLOR; ... 阅读全文
posted @ 2015-10-28 10:58 I'm new 阅读(255) 评论(0) 推荐(0) 编辑