I need to add a background where random clouds comes from the sides. This effect need to be almost in every screen of the app. I tried using animateWithDuration
with UIImageView
s but it consumes a lot of battery, and when I am on some screens with other extra animations, this animations look jerky.
Also tried using .gif
and videos as background:
But they are to heavy, since it has to be a long video in order to make it look like the clouds appears in random intervals. And also consumes a lot of resources.
Are there other ways to make this effect, like a lightweight animation technique?