jriosdev / iOSDropDown

Drop Down Menu for iOS With Search And Other Awesome Customisation
https://cocoapods.org/pods/iOSDropDown
MIT License
667 stars 150 forks source link

How to set iOSDropDown direction? #104

Closed mazharulbelal closed 2 years ago

mazharulbelal commented 3 years ago

Sometimes the iOSDropDown list shows on top and sometimes shows to bottom. how can I handle it?

jriosdev commented 2 years ago

mainDropDown.semanticContentAttribute = .forceRightToLeft

Added in New version

kuldeep13990 commented 1 year ago

@mazharulbelal @jriosdev dropdown direction is always bottom. How can I change the dropdown direction to the top?