2017年12月27日

tableview属性

摘要: UITableViewCell *cell = [tableView dequeueReusableCellWithIdentifier:ID]; if(cell==nil){ cell=[[UITableViewCell alloc]initWithStyle:UITableViewCellSty 阅读全文

posted @ 2017-12-27 10:43 高彰 阅读(182) 评论(0) 推荐(0) 编辑

iOS导航栏背景,标题和返回按钮文字颜色

摘要: 援引:https://www.cnblogs.com/sunfuyou/p/6477539.html 在iOS7下,默认导航栏背景,颜色是这样的,接下来我们就进行自定义,如果你仅仅是更改一下背景和颜色,代码会很简单,不需要很复杂的自定义View来替代leftBarItem 更改导航栏的背景和文字Co 阅读全文

posted @ 2017-12-27 10:31 高彰 阅读(497) 评论(0) 推荐(0) 编辑

导航