-
Notifications
You must be signed in to change notification settings - Fork 3
Style not applied to UITabBarItem #1
Copy link
Copy link
Closed
Description
Hello,
I tried to apply a Style to UITabBarItem, but the Style-block is never called. (All other Styles are working)
Style<FooterFontStyle, UITabBarItem> { $0.setTitleTextAttributes([NSFontAttributeName: FontSmall], for: .normal) }
extension UITabBarItem: FooterFontStyle { }
Can you tell me, if I'm making something wrong, or fix this problem?
I could not figure out, why StyleSheet is not working for UITabBarItems.
Regards and Thanks
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels