UIToolBar Position on iPhone X Simulator

Test project with TabBarController, containing a view controller integrated into the navigation controller. pressed the panel buttons and activated the panel.

self.navigationController.toolbarHidden = NO;

The safe area planning guide is being reviewed. This does not happen on another simulator. Has anyone come across this either? Is there any fix or workaround?

hovering uitoolbar iPhone x test project iphone se sim

+4
source share
1 answer

This issue has been fixed by Apple. checked with Xcode 9.2 (simulator and iOS 11.2.2 iPhone X).

0
source

Source: https://habr.com/ru/post/1687223/


All Articles