I have searched but not found exactly what I was looking for. I have a UITabBar application that, in the first view, loads a large set of data from the web. This might take several seconds, especially when connected to an Edge network.
I have a startup screen showing a logo etc., but I would like to add an activity indicator to show the user that something is actually going on.
How can I achieve this? The posts I have found do only regard ActivityIndicators while switching between tabs.
Thanks