I would like to ask, how to add a loading gif at the center of the launch image when I launch my app? If not, then what is the closest thing I can do to achieve this?
Asked
Active
Viewed 699 times
1 Answers
-1
What I would do is I would drag and drop the .Gif file into your project and then set the .Gif file programmatically as the image of a UIImage in the background. Take a look at this question! How to show gif into UIImageView in Swift?

Community
- 1
- 1

Stefan DeClerck
- 1,162
- 2
- 12
- 22
-
Can you do that to launch image too? Cause my question is asking towards launch image(the splash screen) – Happiehappie Aug 05 '15 at 03:41
-
Yes you can add it to your launch image!:) – Stefan DeClerck Aug 05 '15 at 03:42
-
Sorry this is my first time messing with launch image(I'm still a newbie), but where do I put the codes to manipulate my launchimage? AppDelegate didFinishLaunchingWithOptions? – Happiehappie Aug 05 '15 at 05:16