I am fetching some data across web and want to display in tableview .And i fetching this data as soon the view will appear
using :-(void)ViewWillAppear:(Bool)animated method.
I am performing this all fetching process in background thread .
and want to display this data in my table view .
So now my problem is that cellForRowIndex method not get called .
What can be solution for this .So that when i after fetching the data it get displayed on the table view.