#AnimatedLoadingView
AnimatedLoadingView is an aesthetically pleasing loading screen for operations with an unknown duration. This view has a clear background, and can be placed over another view with the view behind showing through. If you want the background dimmed, change the background colour of AnimatedLoadingView to a black/grey with transparency.
Idea by Willow Bumby. Modelled after Monument Valley.
###Installation Carthage is a decentralised dependency manager that automates the process of adding frameworks to your Cocoa application.
You can install Carthage with Homebrew using the following command:
$ brew update
$ brew install carthageTo integrate AnimatedLoadingView into your Xcode project using Carthage, specify it in your Cartfile:
github "linehop/AnimatedLoadingView" "master"
AnimatedLoadingView is subject to the MIT License. Copyright (c) 2015 Evan Dekhayser
