maxkonovalov / MKDropdownMenu

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

Drop down arrow image #45

Closed CripyIce closed 6 years ago

CripyIce commented 6 years ago

Hi everyone, I am trying to remove the drop down arrow completely without any luck. I tried to make an image 1X1 pixels with transparent background, a 1X1 pixels white image and nothing helps - it ignores it! If removing it can't be done, than putting a custom coloured arrow. Thanks!

maxkonovalov commented 6 years ago

Hi @CripyIce, did you try setting self.dropdownMenu.disclosureIndicatorImage = [UIImage new];? I just tried this in the demo project and it worked as expected.

CripyIce commented 6 years ago

Hi @maxkonovalov, thanks for the fast reply! I tried dropdownMenu.disclosureIndicatorImage = nil;, but of course i will try your code! I will update you when I try it :)

CripyIce commented 6 years ago

Hi @maxkonovalov , it worked perfectly! Thanks man 👍