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
PKAlertController seems to use the minimum of width/height of the screen and substract alertOffset from this to calculate the width of the alert.
On contrast, system alerts seem to use always 270 pixels as width for an alert.
PKAlertController should either replicate the system's behaviour and/or offer an API to configure the width of the alert (alertOffset is not in the header).
The text was updated successfully, but these errors were encountered:
PKAlertController seems to use the minimum of width/height of the screen and substract alertOffset from this to calculate the width of the alert.
On contrast, system alerts seem to use always 270 pixels as width for an alert.
PKAlertController should either replicate the system's behaviour and/or offer an API to configure the width of the alert (alertOffset is not in the header).
The text was updated successfully, but these errors were encountered: