Skip to content

caamorales/JTSplashView

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Version License Platform

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

About

Create the beautiful splash view.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 95.3%
  • Ruby 4.7%