Leaving the presentingViewController full screen while presenting a pageSheet – Ios swift
When presenting a UIViewController modally after iOS 13, the presentingViewController gets pushed down to also look like a view in the stack like seen in this image: But in Apple Maps, for example, this does not happen. The presentingViewController stays…