John-Lluch / SWRevealViewController

A UIViewController subclass for presenting side view controllers inspired on the FaceBook and Wunderlist apps, done right !
Other
4.52k stars 989 forks source link

Storyboard Segues Don't Animate #329

Open thebarndog opened 10 years ago

thebarndog commented 10 years ago

Following the storyboard example provided, I attempted to have a segue between front view controllers in my code. The segue happens but it doesn't animate when it's pushed on the front view controller. I was able to replicate this in the example as well.

John-Lluch commented 10 years ago

Please can you elaborate on this? What segues code are you using?