摘要: //设置返回按钮的颜色。 self.navigationBar.tintColor = [UIColor whiteColor]; //设置title属性 UINavigationBar *appearance=[UINavigationBar appearance]; ... 阅读全文
posted @ 2015-02-13 15:48 NSFuck 阅读(396) 评论(0) 推荐(0) 编辑
摘要: 隐藏分隔线使用如下代码有时会不起作用 self.dataTableView.separatorStyle = UITableViewCellSeparatorStyleNone;可以试试使用set方法1 [self.dataTableView setSeparatorStyle:UITableVie... 阅读全文
posted @ 2015-02-13 15:17 NSFuck 阅读(215) 评论(1) 推荐(0) 编辑