Skip to content

monzy613/MZPushModalView

Repository files navigation

MZPushModalView

CI Status Version License Platform

Usage

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

Quick use

###Objc

    #import <MZPushModalView/MZPushModalView.h>
    //...
    [MZPushModalView showModalView:modalView rootView:nil direction:MZPushModalViewShowFromTop];
    //or
    [MZPushModalView showModalView:modalView rootView:nil];//MZPushModalViewShowFromBottom by default

###Swift

    import MZPushModalView
    MZPushModalView.showModalView(modalView, rootView: nil, direction: .FromTop)
    //or
    MZPushModalView(modalView: modalView, rootView: nil)//.FromBottom by default

snapshots

img img img

Requirements

Installation

To install it, simply add the following line to your Podfile:

pod "MZPushModalView"

Author

monzy613, monzy613@gmail.com

License

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

About

a push 3d modal view like TaoBao shopping chart button being pressed

Resources

License

Stars

Watchers

Forks

Packages

No packages published