KOPopupView 0.1.0

KOPopupView 0.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2014

Maintained by Oleg.



  • By
  • Kokhtenko, Oleg

Popup UIView for iPhone/iPad in both orientations with nice effect.

Output sample

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

Author

Kokhtenko, Oleg, [email protected]

License

KOPopupView is available under the MIT license. See the LICENSE file for more info.