If you are developing an application for iPad , you can use the viewController modalPresentationStyle property, you need to set viewController for the view.
It has 4 values ββfor this variable.
UIModalPresentationFullScreen = 0, UIModalPresentationPageSheet, UIModalPresentationFormSheet, UIModalPresentationCurrentContext
You can choose which one is best for you.
source share