Skip to content

Latest commit

 

History

History
16 lines (11 loc) · 563 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 563 Bytes

Pretty-Image-View

Simple Image View with a beautiful loading animation written in Swift.

Usage

  1. Add the PrettyImageView.swift file to your project.
  2. Create the instance of PrettyImageView class.
  3. Optionally change outlineColor and animationDuration.
  4. Add as subview to another view.
  5. Call animate() to start animation.

Thanks for watching. Project inspired by navoshta

Author: Arthur Myronenko - @monkey_has_gone