CollectionView ReloadData bug for PagingMenuTitle
The steps to reproduce this error is the same as https://github.com/kitasuke/PagingMenuController/issues/102
My problem: When I click on an image which is on another view controller to view it and then exit back to the main view controller which contains the PagingMenuController, the area around the title refreshes itself.
What I expect: I think it shouldn't be refreshed like the image issue which was previously fixed.
Thanks for your new issue! I'll look into it and let you know once it's fixed.
Can you tell me what's your problem in detail caused by the title refreshing? Is there unexpected visual changes of the title?
The title looks to be called by reloadData() everytime I click on another view controller and exit back to the main one which is causing thet visual changes.
Could you share your sample code to reproduce this issue or screen recording of the visual changes if possible?
Screen recording https://www.dropbox.com/s/9x45d0936831geb/bug.mov?dl=0
Thanks! I'll look into my library to find out where to be fixed.
How do you show an image view modally when you tap an image? Are you using some other library?
I can't reproduce this issue with navigation transition.
I am using JTSImageViewController to show the image. https://github.com/jaredsinclair/JTSImageViewController On Tue, Nov 3, 2015 at 5:17 PM Yusuke Kita [email protected] wrote:
How do you show an image view modally when you tap an image? Are you using some other library?
I can't reproduce this issue with navigation transition.
— Reply to this email directly or view it on GitHub https://github.com/kitasuke/PagingMenuController/issues/123#issuecomment-153294060 .