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

Non-equal sized views #21

Open ayoze opened 10 years ago

ayoze commented 10 years ago

Hello,

first of all, thanks everybody involved in this projects. It is an awesome library. I am trying to use it with different sized views (actually double height OR double width, for example 100x100 transition to 100x200). It should work like if you unfold a paper which is folded in the middle... ¿Does anybody know how can I do that? Of course I know a solution could be put the first view in a double sized container but I would prefer to not use that kind of tricky things.

Many thanks in advance, and sorry for my English.