I have a viewcontroller
and I need to know when the iPad
enters in split screen multitasking mode in order to resize the elements of my view accordingly.
What is the delegate
method fired when this happens ?
Found the method invoked when entering split-view screen
override func viewWillTransitionToSize(size: CGSize, withTransitionCoordinator coordinator: UIViewControllerTransitionCoordinator)