sammcewan / WYPopoverController

WYPopoverController is for the presentation of content in popover on iPhone / iPad devices. Very customizable.
Other
253 stars 74 forks source link

Use sharedApplication window when _inView.window is nil #87

Open algrid opened 7 years ago

algrid commented 7 years ago

Fix for #85

When popover is presented in a modally presented view controller for some reason _inView.window is nil. I fix this by using sharedApplication window in this case.