JTSplashView
Create the beautiful splash view with JTSplashView.
Installation
There are two ways to add the JTSplashView library to your project. Add it as a regular library or install it through CocoaPods.
pod 'JTSplashView'
You may also quick try the example project with
pod try JTSplashView
Library requires target iOS 8.0 and above
Designed for Portrait mode only.
Usage and Customization
It is designed as a singleton so you do not have to care about instances. Just call splashViewWithBackgroundColor(, circleColor:, circleSize:)
and in the right time dismiss it with finish()
Simple programmatic example:
JTSplashView.splashViewWithBackgroundColor(nil, circleColor: nil, circleSize: nil)
And dismiss with:
JTSplashView.finishWithCompletion { () -> Void in
UIApplication.sharedApplication().statusBarHidden = false
}
Changelog
v1.0.0 - 07.29.15
- [NEW] Initial commit
Author
This library is open-sourced by Jakub Truhlar.
License
The MIT License (MIT) Copyright ยฉ 2015 Jakub Truhlar