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
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