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 have just used this library and realized that the alertview is not showing up correct when launched in landscape orientation. The issue is fixed be commenting out the [self transformAlertContainerViewForOrientation]; in the show function in LMAlertView.m. Is it possible to have a flag on the initialisation, or any other solution to avoid commenting out this line?
The text was updated successfully, but these errors were encountered:
I have just used this library and realized that the alertview is not showing up correct when launched in landscape orientation. The issue is fixed be commenting out the [self transformAlertContainerViewForOrientation]; in the show function in LMAlertView.m. Is it possible to have a flag on the initialisation, or any other solution to avoid commenting out this line?
The text was updated successfully, but these errors were encountered: