https://github.com/minsOne/MOOverWatchLoadingView
https://github.com/minsOne/MOOverWatchLoadingView
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/minsOne/MOOverWatchLoadingView
- Owner: minsOne
- License: mit
- Created: 2016-09-17T17:27:36.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2019-10-24T11:42:47.000Z (over 5 years ago)
- Last Synced: 2025-04-21T20:32:24.797Z (3 months ago)
- Language: Swift
- Size: 1.62 MB
- Stars: 27
- Watchers: 4
- Forks: 8
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# MOOverWatchLoadingView
[](https://github.com/minsOne/MOOverWatchLoadingView/blob/master/LICENSE)Animation like OverWatch Loading written in Swift.

## Requirements
* iOS 7.0+
* Swift 2.2## Installation
#### ManualYou just drag MOOverWatchLoadingView.swift to your project.
## How to use
#### Create a View
```swift
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](https://github.com/okmr-d/DOFavoriteButton) and [OverWatch](https://playoverwatch.com)## License
This software is released under the MIT License.