Quantcast
Channel: Controls – TAGTECINFO
Viewing all articles
Browse latest Browse all 336

[iOS App Dev Libraries, Controls, Tutorials, Examples and Tools]JDBreaksLoading – Fun Custom Swift Loading Component With Breakout Game During Loads

$
0
0

JDBreaksLoading is fun an open source Swift based component from jamesdouble providing a custom loading indicator with a built-in mini-game.

JDBreaksLoading can be used within your views as a subview, and you can customize the colors, and size of the view.

This snippet from the readme shows basic usage:

let jdbreaksLoading:JDBreaksLoading = JDBreaksLoading(frame: frame)
  self.view.addSubview(jdbreaksLoading)

This image from the readme shows JDBreaksLoading in action:

You can find JDBreaksLoading on Github here.

An interesting custom loading component.

Original article: JDBreaksLoading – Fun Custom Swift Loading Component With Breakout Game During Loads

©2017 iOS App Dev Libraries, Controls, Tutorials, Examples and Tools. All Rights Reserved.

Reference source: iOS App Dev Libraries, Controls, Tutorials, Examples and Tools


Viewing all articles
Browse latest Browse all 336

Trending Articles