maxkonovalov / MKDropdownMenu

🔻 Dropdown Menu for iOS with many customizable parameters to suit any needs
MIT License
524 stars 83 forks source link

How to change Component/Row text font and size? #26

Closed rajdhakate closed 7 years ago

rajdhakate commented 7 years ago

Hi,

Can you please tell how can i change the font and size of text on the dropmenu?

maxkonovalov commented 7 years ago

Hi @rajdhakate, you can use the following delegate methods to provide an attributed string for all menu texts:

- (nullable NSAttributedString *)dropdownMenu:(MKDropdownMenu *)dropdownMenu attributedTitleForComponent:(NSInteger)component;
- (nullable NSAttributedString *)dropdownMenu:(MKDropdownMenu *)dropdownMenu attributedTitleForRow:(NSInteger)row forComponent:(NSInteger)component;