Rightpoint / RZTransitions

A library of custom iOS View Controller Animations and Interactions.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Cross fade like iOS 7 / point zoom animation while transitioning form one controller to another

hammad opened this issue · comments

I want to have a pixelation or iOS 7 style cross fade animation when presenting a new controller, any help will be appreciated.

Have you looked at Apple's View Controller Programming Guide for iOS?

Also, this stackoverflow answer might be exactly what you want.

If neither of those help, you'll get a quicker/better response by asking your question(s) on stackoverflow.

Basically wanted something like this:

#44