- Notifications
You must be signed in to change notification settings - Fork9
Amazing animated switch activity indicator written in swift
License
Ekhoo/Loader
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation

Simple and light weight animated switch activity indicator.
Loader is available throughCocoaPods. To installit, simply add the following line to your Podfile:
pod"SwitchLoader",'~> 0.0.1'
Carthage is a decentralized dependency manager that builds your dependencies and provides you with binary frameworks.
You can install Carthage withHomebrew using the following command:
$ brew update$ brew install carthage
To integrate Loader into your Xcode project using Carthage, specify it in yourCartfile:
github "Ekhoo/Loader" ~> 0.0.1Runcarthage update to build the framework and drag the builtLoader.framework into your Xcode project.
func myFunc(){letloader:Loader=Loader(frame:CGRectMake(0.0,0.0,80.0,40.0))self.view.addSubView(loader) loader.startAnimating()}
publicfunc startAnimating() // Animate the switch activity indicatorpublicfunc stoptAnimating() // Stop Animating the switch activity indicatorpublicvarloaderColor:UIColor // The background colorpublicvarswitchColor:UIColor // The animated switch color
Lucas Ortis:
Inspired from thisDribbble project.Loader is available under the MIT license. See the LICENSE file for more info.
About
Amazing animated switch activity indicator written in swift
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
Uh oh!
There was an error while loading.Please reload this page.
Contributors2
Uh oh!
There was an error while loading.Please reload this page.

