Detect when both the master and detail view controller are on screen?
问题 I have implemented a UISplitViewController using a Universal Storyboard in Xcode 6. UISplitViewController is supported on iPhone running iOS 8 now, and by default only one view controller will be on screen at a time. I need to know when both the master and detail view controllers are both on screen (iPad). I need to remove the disclosure indicators from UITableViewCell s in the case both are on screen - only render them when only the master view controller is on screen (iPhone), just like the