Closed
Description
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.