摘要:
//设置返回按钮的颜色。 self.navigationBar.tintColor = [UIColor whiteColor]; //设置title属性 UINavigationBar *appearance=[UINavigationBar appearance]; ... 阅读全文
摘要:
隐藏分隔线使用如下代码有时会不起作用 self.dataTableView.separatorStyle = UITableViewCellSeparatorStyleNone;可以试试使用set方法1 [self.dataTableView setSeparatorStyle:UITableVie... 阅读全文