Overview
OverlayWindow
OverlayWindow displays a new window on top of any existing ones. Perfect for controller-independent modal presentation. Fade-in animation for displaying and dismissing the overlay window
Installation
OverlayWindow is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod "OverlayWindow"
To generate an empty Podfile, navigate to your project folder and execute the following command:
$ pod init
If you do not have CocoaPods installed, run installation command first:
$ sudo gem install cocoapods
If you do not want to use CocoaPods, you can checkout the repository and copy framework files to your project manually.
Requirements
- iOS11 and higher
Author
Lesya V, [email protected]
License
Available under the MIT license. See the LICENSE file for more info.