eternityz / RWDropdownMenu

Stylish drop down menu for iOS.
MIT License
187 stars 32 forks source link

Ability to customise the titles used in the dropdown menu. #3

Closed maxkramer closed 9 years ago

maxkramer commented 9 years ago

Hi, great work on the dropdown menu!

I've finished integrating it into an app that I'm working on at the moment, but I need the ability to change the fonts and colours used for each of the titles. Please review the attached code which should be ready to merge into master; the user can now choose whether or not to use an NSAttributedString instead of an NSString for the text in the menu item. 91d97bbcf108476b5699ccb81d705b14e73c4df1.

The demo has been updated to accompany the change. a7b29e3b0be961792be9a8163d4e4938eb77f7e6

I've also updated the Podspec so it should be good to go. f89c7e4100bde8565db8978cd8cbb64465db2281

Best, Max.

eternityz commented 9 years ago

Thank you for your nice patch.

I made some minor tweaks on your patch to make attributed text easier to read when a menu item is selected. You can check out the latest master to verify in your app.