You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In Map.app on iPad, the PullUpController is located in the left top Instead bottom and its width does not equal the width of the screen. There are some differences between iPad and iPhone.
In iOS 13 or newer, Apple add SceneDelegate and the size of the scene will be changed by users. So, updating the frame when it changes is also important.
The text was updated successfully, but these errors were encountered:
In Map.app on iPad, the PullUpController is located in the left top Instead bottom and its width does not equal the width of the screen. There are some differences between iPad and iPhone.
In iOS 13 or newer, Apple add SceneDelegate and the size of the scene will be changed by users. So, updating the frame when it changes is also important.
The text was updated successfully, but these errors were encountered: