Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Flip transition from top to bottom #23

Open
diegostamigni opened this issue Apr 26, 2015 · 0 comments
Open

Flip transition from top to bottom #23

diegostamigni opened this issue Apr 26, 2015 · 0 comments

Comments

@diegostamigni
Copy link

Hi guys,
Do you know how can I flip from top to bottom with this library ? Because the MPFlipStyle enum (inside the MPFlipEnumerations header) does not contains the value to do that:

enum {
    // current view folds away into center, next view slides in flat from top & bottom
    MPFlipStyleDefault              = 0,
    MPFlipStyleDirectionBackward    = 1 << 0,
    MPFlipStyleOrientationVertical  = 1 << 1,
    MPFlipStylePerspectiveReverse   = 1 << 2
};
typedef NSUInteger MPFlipStyle;

*Default and DirectionBackward is regarding the horizontal direction and the third one, MPFlipStyleOrientationVertical is for the vertical direction but it's from bottom to top. The last one is the perspective reverse which is not useful to me.

Thanks in advance,
Diego

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant