I wanted to call webservice first then generates table view, How I can achieve this please help me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
just call the web service, and when it ends loading, put the responsed objects in an array, and pass back to the class from where service was called, replace the objects array with your data source array and call [tablview reloadData];