mpospese / MPFoldTransition

Easily add custom folding and page-flipping transitions to UIViews and UIViewControllers
http://markpospesel.com/2012/05/07/mpfoldtransition/
1.81k stars 238 forks source link

No gesture capability ? #2

Closed steve21124 closed 12 years ago

steve21124 commented 12 years ago

Is there a gesture capability or plan to support one?

mpospese commented 12 years ago

No, that would be for a full-fledged control, this is just a transition. However, I do have plans to create a folding container view controller where you'd use pinch gestures to switch between a series of child view controllers. This would be a separate project though- probably later this year. For now, there is an example of a folding view with pinch and tap gesture support in my EnterTheMatrix GitHub project (see FoldViewController), although it hasn't been updated to use the nice CATransformLayer technique used here.

Cheers, Mark

On May 19, 2012, at 8:33 PM, Steve<reply@reply.github.com (mailto:reply@reply.github.com)> wrote:

Is there a gesture capability or plan to support one?


Reply to this email directly or view it on GitHub: https://github.com/mpospese/MPFoldTransition/issues/2

ZevEisenberg commented 12 years ago

+1 for this.

mpospese commented 12 years ago

My MPFlipViewController project does exactly this for page-flip animations.

And as I mentioned previously, my Enter The Matrix project demonstrates touch gestures on a folding view, and this has now been updated to use the same CATransformLayer technique as MPFoldTransition uses.