1.導(dǎo)航條的顏色和時間顏色有色差
解決:設(shè)置導(dǎo)航條的Translucent為NO
2.去除導(dǎo)航條下放的分割線
添加一張空白圖片就OK啦
[[UINavigationBar appearance] setBackgroundImage:[[UIImage alloc] init] forBarPosition:UIBarPositionAny barMetrics:UIBarMetricsDefault];
[[UINavigationBar appearance] setShadowImage:[[UIImage alloc] init]];