As per apple documentation,
The default value for this property is UIModalPresentationStyle.automatic
In iOS 12, the default value was UIModalPresentationStyle.fullScreen, and that what I get.
But when I am running my app on iOS 13 I am getting .pageSheet as navigationController.modalPresentationStyle
Is there anything I am doing wrong or the default value is .pageSheet?