As you know there are no problems when we present a view controller with the full-screen option before:
modalPresentationStyle = UIModalPresentationFullScreen;
However, on iPhone X, it will be overlapped by the top-notch and bottom bar. Do you have any solution for that without customizing presenting controller's (from a static library) subviews?
Thank you!