Commit fcd7d02c authored by liulujie's avatar liulujie

修改基础类背景颜色

parent 4df6fccd
...@@ -55,7 +55,7 @@ ...@@ -55,7 +55,7 @@
- (void)viewDidLoad - (void)viewDidLoad
{ {
[super viewDidLoad]; [super viewDidLoad];
self.view.backgroundColor = [UIColor colorWithhex:0xf5f5f5]; self.view.backgroundColor = UIColor.background;
self.edgesForExtendedLayout = UIRectEdgeNone; self.edgesForExtendedLayout = UIRectEdgeNone;
[self addNavigationBar]; [self addNavigationBar];
[self hideLeftButtonForRootController]; [self hideLeftButtonForRootController];
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment