/GradientAnimation

Gradient Animation on UIImageView in Swift

Primary LanguageSwiftApache License 2.0Apache-2.0

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"))