Latest | 0.1.0 |
---|---|
Homepage | https://github.com/kohtenko/KOPopupView |
License | MIT |
Platforms | ios 5.0, requires ARC |
Authors |
[](https://travis-ci.org/Kokhtenko, Oleg/KOPopupView)
Popup UIView for iPhone/iPad in both orientations with nice effect.
Usage
To run the example project, clone the repo, and run pod install
from the Example directory first.
- Create instance with static method
[KOPopupView popupView]
; - Add your custom view to
popupInstance.handleView
as subview; - In your ViewController override method
willAnimateRotationToInterfaceOrientation:duration:
and call[popupInstance willRotateToOrientation:toInterfaceOrientation withDuration:duration];
; - Call methods
[popupInstance show];
and[popupInstance hideAnimated:]
to show or hide your popup!
Requirements
Installation
KOPopupView is available through CocoaPods. To install
it, simply add the following line to your Podfile:
pod "KOPopupView"
Author
Kokhtenko, Oleg, [email protected]
License
KOPopupView is available under the MIT license. See the LICENSE file for more info.
Latest podspec
{ "name": "KOPopupView", "version": "0.1.0", "summary": "Popup UIView for iPhone/iPad in both orientations with nice effect.", "homepage": "https://github.com/kohtenko/KOPopupView", "license": "MIT", "authors": { "Kokhtenko, Oleg": "[email protected]" }, "source": { "git": "https://github.com/kohtenko/KOPopupView.git", "tag": "0.1.0" }, "platforms": { "ios": "5.0" }, "requires_arc": true, "source_files": "KOPopupView" }
Sun, 28 Feb 2016 14:26:03 +0000