SkillAgentSearch skills...

JTSplashView

Create the beautiful splash view.

Install / Use

/learn @kubatruhlar/JTSplashView
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

Version License Platform

JTSplashView

Create the beautiful splash view with JTSplashView.

<h3 align="center"> <img src="https://github.com/kubatruhlar/JTSplashView/blob/master/Screens/default.gif" alt="Default Example 1" height="568"/> <img src="https://github.com/kubatruhlar/JTSplashView/blob/master/Screens/examples.png" alt="Examples" height="568"/> </h3>

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

Related Skills

View on GitHub
GitHub Stars135
CategoryDevelopment
Updated6mo ago
Forks11

Languages

Swift

Security Score

87/100

Audited on Sep 16, 2025

No findings