maxkonovalov / MKDropdownMenu

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

How to remove disclosure Indicator #37

Closed nodahikaru closed 6 years ago

nodahikaru commented 6 years ago

I want to remove default disclosure indicator in MKDropdownMenu. Any suggestion?

maxkonovalov commented 6 years ago

Hi @ml012, just use the disclosureIndicatorImage property, you can set it to [UIImage new] if you don't want to show the image.