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
When i try to show alertview from a form sheet, the blur background captures the whole ipad screen and puts it into the form sheet, which results wrong blurred background.
Steps to reproduce:
1- Present a view controller in "UIModalPresentationFormSheet" modal presentation style.
2- from the form sheet controller, show the alertview with blur background enabled. (the parent viewcontroller of alertview is form sheet)
3- You can see that, there is a blurred screenshot of whole ipad view instead of the parent view controller.
thanks for this wonderful alert view.
The text was updated successfully, but these errors were encountered:
Hi,
When i try to show alertview from a form sheet, the blur background captures the whole ipad screen and puts it into the form sheet, which results wrong blurred background.
Steps to reproduce:
1- Present a view controller in "UIModalPresentationFormSheet" modal presentation style.
2- from the form sheet controller, show the alertview with blur background enabled. (the parent viewcontroller of alertview is form sheet)
3- You can see that, there is a blurred screenshot of whole ipad view instead of the parent view controller.
thanks for this wonderful alert view.
The text was updated successfully, but these errors were encountered: