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
I've made a custom bottom sheet position, but it seems that the height percentage is not calculated in the same way for an iPhone XS Max and an iPhone 8 Plus.
I would expect that some space would be visible on top of the bottom sheet on the iPhone 8 Plus as well.
This is my custom bottomsheetPosition:
enum SettingsBottomSheetPosition: CGFloat, CaseIterable {
case top = 0.95, middle = 0.8, hidden = 0
}
I‘m currently at vacation, but as soon as I’m back home I will have a look. My current guess is that is due to the save area differences between these devices.
I've made a custom bottom sheet position, but it seems that the height percentage is not calculated in the same way for an iPhone XS Max and an iPhone 8 Plus.
I would expect that some space would be visible on top of the bottom sheet on the iPhone 8 Plus as well.
This is my custom bottomsheetPosition:
And these are my options:
See screenshots:
The text was updated successfully, but these errors were encountered: