MOOverWatchLoadingView
MOOverWatchLoadingView copied to clipboard
MOOverWatchLoadingView
Animation like OverWatch Loading written in Swift.

Requirements
- iOS 7.0+
- Swift 2.2
Installation
Manual
You just drag MOOverWatchLoadingView.swift to your project.
How to use
Create a View
let loadingViewFrame = CGRect(x: 0, y: 0, width: 100, height: 100)
var loadingView: MOOverWatchLoadingView(frame: loadingViewFrame, autoStartAnimation: true)
self.view.addSubview(loadingView)
Demo
You can see demo project and playground. PlayGround show MOOverWatchLoadingView animation.
Credit/Inspiration
MOOverWatchLoadingView was inspired by DOFavoriteButton and OverWatch
License
This software is released under the MIT License.