Open mirzadelic opened 8 years ago
@mirzadelic any solution found to this?.even i want to pass the array obtained from the json...
No :(
i found it.... move all the datasource thing in your viewcontroller and set viewcontroller delegate "MLPAutoCompleteTextFieldDataSource" then connect datasource to your viewcontroller instead of datasource object...then set your array from the webservice to the MLPAutoCompleteTextFieldDataSource delegate method.....
How can i pass array of objects:
then to show
Obj.name
field to cell?