我在使用 UITabBar 时遇到问题,似乎是调用
[[UITabBar appearance] setSelectedImageTintColor:barColor];
一旦标签栏显示出来,什么都不做,如果我把这条线放在 ViewDidLoad (ViewWillAppear) 中它确实有效。
有什么提示吗?
我在使用 UITabBar 时遇到问题,似乎是调用
[[UITabBar appearance] setSelectedImageTintColor:barColor];
一旦标签栏显示出来,什么都不做,如果我把这条线放在 ViewDidLoad (ViewWillAppear) 中它确实有效。
有什么提示吗?