I want to identify whether my app is in split view mode (latest iPad feature in iPad Air 2). Is there any way programatically I can determine that or any delegate methods that are called when app goes to split view mode and back to full view ?
The issue I am facing now is when i push a table view controller onto the master table view in iPad in Split view (i.e. when two apps are in a split view mode in the latest iPad Air 2). Then after if I make that app in full screen mode the table view gets jumbled up and shows in the detail section of the Master detail view whereas it was supposed to be on the top of Master table view. How to fix this issue ?