Search code examples
iosuiactivityindicatorviewlaunch-screen

Cannot Animate Activity Indicator through Storyboard


I am actually using activity indicator in LaunchScreen
But cannot animate through storyboard using Attributes inspector.


Solution

  • The LaunchScreen is a static image shown by the iOS until the application is launched. To show the activity indicator or in fact to show any UI changes after the application launch you need to add another viewcontroller which is shown as a first view controller with the same image in the background as a splash screen and add other UI components.