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

UI on backThread #276

Open jokerping opened 6 years ago

jokerping commented 6 years ago
MendyGini-Apps commented 5 years ago

Simple solution. file - IDMPhoto.m, line - 143

dispatch_async(dispatch_get_main_queue(), ^{

                    if (self.progressUpdateBlock) {
                        self.progressUpdateBlock(progress);
                    }
                });