SkillAgentSearch skills...

SDLoader

Swift 4.0 HUD for iOS devices

Install / Use

/learn @sandipdhagdi/SDLoader
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

SDLoader

CI Status Version License Platform

SDLoader is easy to use and customisable HUD for showing ongoing activity for iPhone and iPad iOS devices.

Demo

SDLoaders1 SDLoaders2 SDLoaders3 SDLoaders4

Example

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

Requirements

Swift 4.0

Installation

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

pod 'SDLoader'

Usage

(see sample Xcode project in /Example)

Showing the Loader

 let sdLoader = SDLoader()
 sdLoader.startAnimating(atView: self.view)

Dismissing the Loader

sdLoader.stopAnimation()

Customization

public var background: UIColor?
public var font : UIFont?
public var textColor : UIColor?
public var message : String?
public var sectorColor : CGColor?
public var numberofSectors : Int?
public var spacing : Double?
public var lineWidth : CGFloat?
public var duration : CFTimeInterval?
public var cornerradius : CGFloat?
public var animationType: AnimationType?

Author

Sandip

alt text alt text alt text alt text alt text

<!--[![alt text][5.1]][5]--> <!--[![alt text][6.1]][6]-->

Shital

alt text alt text alt text alt text alt text

<!--[![alt text][6.1]][12]--> <!-- links to social media icons --> <!-- icons with padding --> <!--[5.1]: https://github.com/sandipdhagdi/SDLoader/blob/master/SampleVideos/tumblr.png (tumblr)--> <!--[6.1]: https://github.com/sandipdhagdi/SDLoader/blob/master/SampleVideos/dribbble.png (Dribbble)-->

License

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

View on GitHub
GitHub Stars21
CategoryDevelopment
Updated3y ago
Forks6

Languages

Shell

Security Score

80/100

Audited on Oct 11, 2022

No findings