I have two ViewControllers.
compact
regular
How can Presented controller detect, whether it is presented as a modal or FormSheet?
Presented
modal
FormSheet
Just check the modalPresentationStyle property of the UIViewController.
modalPresentationStyle
UIViewController