The Game X Game Center icon is at the top of the notch

When I launch my application on the iPhone X simulator, the Game Center icon is above the mark. I have a storyboard to use safe area planning guides and the rest of my application displays correctly.

enter image description here

+4
source share
1 answer

Unfortunately, Apple does not provide a public API for manipulating the Game Center banner, but banner alerts are currently being truncated in the same way on the iPhone X, so Apple is likely to fix any problems with overlapping labels in the upcoming build. It is also worth noting that there is no mention of this issue in the Xcode 9 Release Notes or the iOS 11 GM Seed Release Notes . They probably know, but don't hurt to imagine a radar!

+1
source

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


All Articles