Animating Activity Indicator on iOS launch screen
问题 Is it possible to use UIActivityIndicator on the iOS launch screen? I tried, but it's not animating . Has anyone tried this or know whether it's possible? 回答1: What you are trying to achieve is to show ActivityIndicator during launch screen which is not possible, but you can achieve it by some different way. Here is the idea that may help you: Create separate loading page & call it from didFinishLaunchingWithOptions method in App delegate Add Splash image & indicator to it You can set timer