thiagoperes / IDMPhotoBrowser

Photo Browser / Viewer inspired by Facebook's and Tweetbot's with ARC support, swipe-to-dismiss, image progress and more

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The way to solve image twinkling on iOS13

Cookiezby opened this issue · comments

before presenting the PhotoBrowser, change the modal presentStyle to overCurrentContext

photoBrowser.modalPresentationStyle = UIModalPresentationOverCurrentContext;

hope it will help some one :D