Domanda

I'm trying to use iOS7's custom transitions in order to let the user navigate between view controllers through a kind of 'pan' effect.

As depicted here:

enter image description here

I need the background pattern to continue also outside the vc's bounds, so that when the user moves from vc1 to vc2 all the background visible between the vcs translates too.

Any hint is really appreciated.

Thanks, DAN

È stato utile?

Soluzione

Have a large UIImageView with the image in the transitionContext.containerView, and change its origin as the pan gesture progresses?

Autorizzato sotto: CC-BY-SA insieme a attribuzione
Non affiliato a StackOverflow
scroll top