UITabBarItem(QMUIConfiguration)
@interface UITabBarItem (QMUIConfiguration)
- (void)qmui_updateTintColorForiOS12AndEarlier:(nullable UIColor *)tintColor;
@end
Undocumented
-
Undocumented
Declaration
Objective-C
- (void)qmui_updateTintColorForiOS12AndEarlier:(nullable UIColor *)tintColor;
Swift
func qmui_updateTintColorForiOS12AndEarlier(_ tintColor: UIColor?)