jriosdev / iOSDropDown

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

Dropdown Table Not Reloading data after being set in viewdidload and listWillAppearCompletion not working #124

Closed tesddev closed 1 year ago

tesddev commented 1 year ago

After loading a view and i set the options array, it fails to update. Meanwhile we cannot call the table.reloadData().

Also, the list will appear would have been a good place to update the options array, but it doesn't seem to be called.