I want to display the Present View in full screen.
I was a beginner even if I searched on the Internet.
Please tell me the specific code.
You can do it in Interface Builder.
Select the viewController.
In the attributes inspector (at the right): this is the down pointing arrow
look for Presentation
Replace automatic by Full screen.
Or you can do it in code:
in the viewDidload, add:
self.modalPresentationStyle = .fullScreen