iOS - How to fade in a UIView with a horizontal swipe/fade?
问题 Is there a way in iOS to run a fade animation on a UIView (UILabel specifically) that will fade in with a swipe action (so if it paused half way, the left side is visible, right side invisible and middle some gradient between). I'm wondering if theres a Gradient mask I could use with the Alpha channel? Any ideas or code snippets for achieving this sort of reveal? Vertical or Horizontal. (Link to the same question but for Android for reference - Android - How to fade in a View with a