JTSplashView 1.0.0

JTSplashView 1.0.0

TestsTested
LangLanguage SwiftSwift
License MIT
ReleasedLast Release Sep 2015
SPMSupports SPM

Maintained by [Jakub].




JTSplashView

Create the beautiful splash view with JTSplashView.

Default Example 1 Examples

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 7.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