Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

viewWillTransitionToSize:withTransitionCoordinator: is not called

In my ios8 extension ActionViewController (subclass of UIViewController) viewWillTransitionToSize:withTransitionCoordinator: is not called when the device is rotated. Should it not be ? Do I need to do something ?

I'm using Xcode 6 beta 6 (6A280e) - beta 7 causes compile errors so I'm not using that yet.

like image 926
Neil Coxhead Avatar asked Sep 05 '14 07:09

Neil Coxhead


1 Answers

I had the same problem. But in my case, I found the events are always fired in initial view controller in storyboard correctly when the device rotated. So I tell other objects the events from the view controller. I hope this helps.

like image 83
abj Avatar answered Dec 05 '22 09:12

abj