0

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?

rmaddy
  • 314,917
  • 42
  • 532
  • 579
Happiehappie
  • 1,084
  • 2
  • 13
  • 26

1 Answers1

-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