I am using icarousel to show coverflow in my project.. i am using uiview as an carousel item which contains labels and image view. The data for the carousel is coming from call to web service and i bind that data to the labels and image view of uiview which i used as an carousel item. Now issue is that as data from web service is large so it takes much time to load the data and bind it to icarousel, it almost freezes my app.. Now what i want is something like asynchronous downloading data and binding it to the icarousel so that it gets displayed immediately and user would not have to wait until all the data from the server is being downloaded..
Any help would be appreciated.. thanks