maxkonovalov / MKDropdownMenu

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

How to change arrow icon #15

Closed Jabjai closed 7 years ago

Jabjai commented 7 years ago

Hello, I want to change arrow colour of dropdown. By default it has a blue colour and I want to change its to another colour.

Please help me. Thank you very much.

maxkonovalov commented 7 years ago

Hello @Jabjai You can change the arrow color by setting the tintColor property of the menu (same as UIButton). Alternatively, you can set your custom image using the disclosureIndicatorImage property.