maxkonovalov / MKDropdownMenu

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

Delegates getting Called First while calling API. #39

Closed GaneshKumarSelvam closed 6 years ago

GaneshKumarSelvam commented 6 years ago

When I'm hitting server, FIrst

is getting called, and later on getting the response from the server, so dropdown gets count as 0, so nothing is visible, how to handle like TableView, like after getting data from the server, if we say reload then delegate gets Called.

Reply me ASAP, TIA

GaneshKumarSelvam commented 6 years ago

Sorry Got the solution.

[self.dropDown reloadAllComponents];