Latest | 0.0.6 |
---|---|
Homepage | https://github.com/kansaraprateek/PKStatusBarLoader |
License | MIT |
Platforms | ios 8.0 |
Authors |
Example
To run the example project, clone the repo, and run pod install
from the Example directory first.
Screenshots
Requirements
Installation
PKStatusBarLoader is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "PKStatusBarLoader"
import PKStatusBarLoader
// How To Use
// Set the background Color
PKStatusBarLoader.setBackgroundColor(color: UIColor.orange)
// Set header Message
PKStatusBarLoader.show(withMessage: "Yayyy")
// Dismiss status bar
PKStatusBarLoader.dismiss()
// Update UI Elements with [String : Any] object. Call
PKStatusBarLoader.setupLoaderUI(data: [
kPKStatusBarLoaderBKGColor : UIColor.black,
kPKStatusBarLoaderHeaderTextFont : UIFont.init(name: <Font_Name>, size: 10.0),
kPKStatusBarLoaderHeaderTextColor : UIColor.white,
kPKStatusBarLoaderHeaderTextBKGColor : UIColor.clear
])
Author
kansaraprateek, [email protected]
License
PKStatusBarLoader is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "PKStatusBarLoader", "version": "0.0.6", "summary": "Status bar loading view with custom message and activity Indicator.", "description": "Swift library to support a custom view on status bar while laoding or updating any data on screen.", "homepage": "https://github.com/kansaraprateek/PKStatusBarLoader", "license": { "type": "MIT", "file": "LICENSE" }, "authors": { "kansaraprateek": "[email protected]" }, "source": { "git": "https://github.com/kansaraprateek/PKStatusBarLoader.git", "tag": "0.0.6" }, "platforms": { "ios": "8.0" }, "source_files": "PKStatusBarLoader/Classes/**/*", "pushed_with_swift_version": "3.0" }
Fri, 13 Oct 2017 04:20:15 +0000