Hey all. I'm having trouble with adding an activity indicator.
On some points my app is taking long to load.
This is because the app is loading images from the web, and when you are on 3G it's a bit slow. (ofcourse)
I'm loading the images in an tableview. (costum cell)
I tried to put the indicator to start before it stars loading the image from web and stop after.
But... the viewcontroller is not been shown before the datasource is done?
I tried to start animation of the spinner before my function starts to instantiate the new viewcontroller
and stop it when it is presented. But the spinner already disappears.
Is there anyone with bright idea's how to solve this?
thanks!
On some points my app is taking long to load.
This is because the app is loading images from the web, and when you are on 3G it's a bit slow. (ofcourse)
I'm loading the images in an tableview. (costum cell)
I tried to put the indicator to start before it stars loading the image from web and stop after.
But... the viewcontroller is not been shown before the datasource is done?
I tried to start animation of the spinner before my function starts to instantiate the new viewcontroller
and stop it when it is presented. But the spinner already disappears.
Is there anyone with bright idea's how to solve this?
thanks!
Last edited: