Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 450 Bytes

README.md

File metadata and controls

19 lines (12 loc) · 450 Bytes

GradientAnimation

Gradient Animation on UIImageView in Swift

Installation

  • Just drag & drop the LoadImageView.swift to your project.
  • Add UIImageView on your StoryBoard
  • Select in the utilities panel : Custom Class : LoadImageView

Programmatically

let img = LoadingImageView(image: UIImage(named: "bulb"))