Modally presenting a ViewController on iPhone 6+ with a style of UIModalPresentationFormSheet
opens differently according to orientation.
In portrait mode it seem like regular Modal (same as smaller iPhones). But in landscape mode it opens as form (similar to iPads).
How can I tell programmatically what state was actually used (anywhere with in the VC's life cycle).