Adding an Activity Indicator Programmatically to a View [duplicate]
问题 This question already has answers here : Closed 7 years ago . Possible Duplicate: Show activity indicator during application launch All, Inside my app delegate, I created an animated splash view that uses my Default.png. That all works OK but I cannot figure out how get my ActivityIndicator to display on top of the splash view. It's there just hidden by the splash view. Here is what I have and thanks: - (BOOL)application:(UIApplication *)application didFinishLaunchingWithOptions:(NSDictionary