SoCuul / SCInsta

A feature-rich tweak for Instagram on iOS!
84 stars 14 forks source link

fix: fix crash when showing alerts on iPad #25

Closed noxwell closed 2 months ago

noxwell commented 2 months ago

The modalPresentationStyle of a UIAlertController is UIModalPresentationPopover on iPad. It requires to provide a sourceView and sourceRect, otherwise it crashes with NSGenericException.

SoCuul commented 2 months ago

LGTM, thanks!