Skip to content

AjayBhanushali/ABLoaderView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ABLoaderView

ABLoaderView is an amazing framework to add gradient loaders your views in the app.

Swift Version Build Status License

Make your app look trendy and smart using this loader.

Features

  • Layer based designing - Hence no need to worry about the size at run time
  • Smart Shining - Add shining(loading) effect to all the subviews of a view.

Requirements

  • iOS 11.0+
  • Xcode 9.0
  • Swift 3.0+

Installation

CocoaPods

You can use CocoaPods to install ABLoaderView by adding it to your Podfile:

platform :ios, '11.0'
use_frameworks!
pod 'ABLoaderView'

Usage example

import ABLoaderView

// Add shining loader to your any view for e.g. myImageView
ABLoader().startShining(myImageView)

// To remove shing effect
ABLoader().stopShining(myImageView)

// For e.g. if your viewObject has 3 subviews, it will apply shining on all the subviews.
ABLoader().startSmartShining(viewObject)

// To remove shining effect just use the follwing line.
ABLoader().stopSmartShining(viewObject)

Contribute

We would love you for the contribution to ABLoaderView, check the LICENSE file for more info.

Meta

Ajay Bhanushali – LinkedIn[email protected]

Distributed under the MIT license. See LICENSE for more information.

GitHub

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Packages

No packages published