MZPopView 0.1.2

MZPopView 0.1.2

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release May 2016

Maintained by Monzy Zhang.



MZPopView 0.1.2

  • By
  • monzy613

snapshots

img img img

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Requirements

Installation

MZPopView is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod "MZPopView"

Quick use

Objc

[popView popLeftFromPoint:popCenter];
[popView popRightFromPoint:popCenter];
[popView popUpFromPoint:popCenter];
[popView popDownFromPoint:popCenter];

Swift

popView.popLeftFromPoint(popCenter)
popView.popRightFromPoint(popCenter)
popView.popUpFromPoint(popCenter)
popView.popDownFromPoint(popCenter)

Author

monzy613, [email protected]

License

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