6

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.

Neil Coxhead
  • 575
  • 1
  • 4
  • 10

1 Answers1

1

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.

abj
  • 21
  • 1
  • 1
  • 7