I want to use Activity View Indicator on my app while it\'s loading, so I have LaunchScreen.storyboard. I use \"Behaviour - Animating\" on my AVI, but it is not animating. When
Launch screens are static. Even though you set it to animating, it won't animate, simply because it can't. Think of them as outlines for your launch images. iOS will generate an image from them, that'll be shown to the user. They are a more convenient way of generating launch screens but aren't interactive or dynamic.