-
Notifications
You must be signed in to change notification settings - Fork 186
Open
Labels
Description
If the alert text cannot fit on the screen the text cannot be scrolled - UIAlertController in contrast supports scrolling by default. What's worse is that the PMAlertController places the "cancel" action off the screen so a user cannot then cancel the alert. The App is effectively blocked from user interaction.
Being able to handle an alert that wont fit completely on screen is important. With devices with different configurations (e.g. screen sizes, portrait, landscape) and dynamic type sizes (i.e. through the settings App a user can increase the text size) its easy to imagine some alerts not fitting a screen.
Otherwise a great library thanks!
johnnyoin, clovisnicolas, juggernate, attheodo and thatmarcelthatmarcelthatmarcel