Results 18 comments of Bawn

Thanks. I will fix it as soon as Possible. It would be best if you can provide a demo.

@MohsenMoghimi I provided a demo with paging and editing, but it still can’t be reproduced. Can you improve the demo to reproduce this bug? https://github.com/bawn/Aquaman/tree/bugfix

I think you can use NSTime to solve this problem

这个问题,我目前还没想好怎么处理比较好,确实是个 bug,推荐你用另外一个库,https://github.com/bawn/Aquaman

@cuzv 已经已修复 => https://github.com/bawn/Shazam/commit/9125415f9934900803ccd1bea5be86991dce68c0,暂时还没提交到 cocoapods 你可以通过分支形式引入

@JPlay @pranavss11 @sprint84 Temporary solution, In `IDMPhotoBrowser.m` move `[self performPresentAnimation];` function to `- (void)viewWillAppear:(BOOL)animated` ``` - (void)viewWillAppear:(BOOL)animated { // Update [self reloadData]; // Super [super viewWillAppear:animated]; // Status Bar _statusBarOriginallyHidden...