kitasuke / PagingMenuController

Paging view controller with customizable menu in Swift
MIT License
2.49k stars 448 forks source link

Support AttributedString in MenuItemText #363

Open Amanida opened 7 years ago

Amanida commented 7 years ago

Hi, I want to use AttributedString in the MenuItemText label. But using the custom mode in MenuItemDisplayMode is too heavy to implement for me. if I could approach to the UILabel in MenuItemText or MenuItemText could support AttributedString, it might be cool. Thanks for awesome library.