vikmeup / SCLAlertView-Swift

Beautiful animated Alert View. Written in Swift
MIT License
5.3k stars 760 forks source link

Layout broken on orientation change even thou space available ... #457

Open renetik opened 4 years ago

renetik commented 4 years ago

Portrait dialog with title and subtitle :

Screen Shot 2019-08-04 at 15 07 20

Now broken layout in landscape:

Screen Shot 2019-08-04 at 15 07 15

It would be cool if layout looks ok in any orientation. Maybe even scrollable or hiding of title or subtitle would be ok but as I see it in this case there is still plenty of space to display everything.

Any idea how I can fix it without having to move it to other solution or my custom UI ? Thanks.