YPNavigationBarTransition
YPNavigationBarTransition copied to clipboard
这样设置,TintColor无效,导航栏文字始终是白色什么原因呢?
-
(YPNavigationBarConfigurations) yp_navigtionBarConfiguration { return YPNavigationBarStyleLight | YPNavigationBarBackgroundStyleOpaque | YPNavigationBarBackgroundStyleColor; }
-
(UIColor *) yp_navigationBarTintColor { return [UIColor blackColor]; }
-
(UIColor *) yp_navigationBackgroundColor{ return [UIColor whiteColor]; }