thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more
MIT License
2.71k stars 641 forks source link

The way to solve image twinkling on iOS13 #314

Open Cookiezby opened 4 years ago

Cookiezby commented 4 years ago

before presenting the PhotoBrowser, change the modal presentStyle to overCurrentContext

photoBrowser.modalPresentationStyle = UIModalPresentationOverCurrentContext;

hope it will help some one :D