YPNavigationBarTransition icon indicating copy to clipboard operation
YPNavigationBarTransition copied to clipboard

这样设置,TintColor无效,导航栏文字始终是白色什么原因呢?

Open tycsdt opened this issue 4 years ago • 0 comments

  • (YPNavigationBarConfigurations) yp_navigtionBarConfiguration { return YPNavigationBarStyleLight | YPNavigationBarBackgroundStyleOpaque | YPNavigationBarBackgroundStyleColor; }

  • (UIColor *) yp_navigationBarTintColor { return [UIColor blackColor]; }

  • (UIColor *) yp_navigationBackgroundColor{ return [UIColor whiteColor]; }

tycsdt avatar Apr 23 '21 08:04 tycsdt