PagingMenuController icon indicating copy to clipboard operation
PagingMenuController copied to clipboard

CollectionView ReloadData bug for PagingMenuTitle

Open wraithseeker opened this issue 10 years ago • 8 comments

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.

wraithseeker avatar Oct 28 '15 03:10 wraithseeker

Thanks for your new issue! I'll look into it and let you know once it's fixed.

kitasuke avatar Oct 28 '15 03:10 kitasuke

Can you tell me what's your problem in detail caused by the title refreshing? Is there unexpected visual changes of the title?

kitasuke avatar Nov 01 '15 03:11 kitasuke

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.

wraithseeker avatar Nov 01 '15 06:11 wraithseeker

Could you share your sample code to reproduce this issue or screen recording of the visual changes if possible?

kitasuke avatar Nov 01 '15 06:11 kitasuke

Screen recording https://www.dropbox.com/s/9x45d0936831geb/bug.mov?dl=0

wraithseeker avatar Nov 03 '15 06:11 wraithseeker

Thanks! I'll look into my library to find out where to be fixed.

kitasuke avatar Nov 03 '15 06:11 kitasuke

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.

kitasuke avatar Nov 03 '15 09:11 kitasuke

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 .

wraithseeker avatar Nov 03 '15 10:11 wraithseeker