Skip to content

animated version of etsuri logo that can be used as loading indicator

License

Notifications You must be signed in to change notification settings

Etsuriltd/EtsuriLoaderView

Repository files navigation

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.

About

animated version of etsuri logo that can be used as loading indicator

Resources

License

Stars

Watchers

Forks

Packages

No packages published