I currently have an ICarousel view with about 5 subviews.
I'm looking for a way to give the user the ability to pinch (out) on one of the view and a new UIViewController
slowly grow/expand from the middle of that view.
It would start off tiny and grow as the gesture gets wider and wider.
Once the new UIViewController
is fully on the screen or more then halfway, it will animate to fit the screen and become active.
Then when the user pinches (in) same thing happens in reverse.
Is there any way of accomplishing this?