You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
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:
*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
The text was updated successfully, but these errors were encountered: