how to create an animation fade in UIImageView from left to right.
from left to right i mean alpha gradient , not move from left to right.
thanks for any help
like this
how to create an animation fade in UIImageView from left to right.
from left to right i mean alpha gradient , not move from left to right.
thanks for any help
like this
This is the closest to what you want:
How to apply partial fade in-out in IOS?
The awesome dude post a working code even.