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