Skip to content

Latest commit

 

History

History
50 lines (30 loc) · 1.48 KB

README.md

File metadata and controls

50 lines (30 loc) · 1.48 KB

EtsuriLoaderView

[![CI Status](http://img.shields.io/travis/wahyu sumartha/EtsuriLoaderView.svg?style=flat)](https://travis-ci.org/wahyu sumartha/EtsuriLoaderView) Version License Platform

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

EtsuriLoaderView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "EtsuriLoaderView"

Usage:

EtsuriLoaderView is very straight forward. Simply call this class function to show the animation loader

EtsuriLoaderView.showLoading(fromView: self.view, screenAdjustment: CGPointMake(0, 0), isOverlayed: true)

once you done with your animation what you need to do just call one line function to remove your animation from the view

EtsuriLoaderView.hideLoadingView(fromView: self.view)

Changelog

Version 0.0.4:

  • adding overlay effect

Author

wahyu sumartha, wahyusumartha@gmail.com

License

EtsuriLoaderView is available under the MIT license. See the LICENSE file for more info.