ABLoaderView is an amazing framework to add gradient loaders your views in the app.
Make your app look trendy and smart using this loader.
- 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.
- iOS 11.0+
- Xcode 9.0
- Swift 3.0+
You can use CocoaPods to install ABLoaderView
by adding it to your Podfile
:
platform :ios, '11.0'
use_frameworks!
pod 'ABLoaderView'
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)
We would love you for the contribution to ABLoaderView, check the LICENSE
file for more info.
Ajay Bhanushali – LinkedIn – [email protected]
Distributed under the MIT license. See LICENSE
for more information.