Skip to content

Style not applied to UITabBarItem #1

@ghost

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

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions