DTPhotoViewerController icon indicating copy to clipboard operation
DTPhotoViewerController copied to clipboard

Overlapping Navigationbar and Tabbar

Open Urkman opened this issue 8 years ago • 5 comments

HI,

I found another problem, see screenshot. The animation is overlapping Navigationbar and Tabbar.

Greetings, Stefan

simulator screen shot 22 02 2017 13 38 24

Urkman avatar Feb 22 '17 12:02 Urkman

@Urkman : This feature might take some time, I will fix it and publish new release asap. Thanks!

tungvoduc avatar Mar 16 '17 11:03 tungvoduc

@tungvoduc How to fix this animation ? s it possible to do everything the same, but only without switching to a new ViewController ? Or, for example, to make so the image first gets out from under the NavigationBar, and back

sLm-s avatar Oct 17 '17 11:10 sLm-s

@sLm-s This could be done by using navigationController's pushViewController(_:animated:) instead of using present(:animated:completion:) like Photos app. But this requires some amount of work so I will see if I have time at some point and implement it.

tungvoduc avatar Oct 19 '17 05:10 tungvoduc

@tungvoduc Thanks I will wait with impatience.

sLm-s avatar Oct 19 '17 05:10 sLm-s

Maybe we could learn from iOS it self?

https://user-images.githubusercontent.com/25259084/167241039-29c08356-1b48-4423-8408-c69f7e6d2cd1.mp4

Make a copy from the view and fade it out.

截屏2022-05-07 14 07 03

Currently I'm using a workaround, copy a image and make it centered with it's parent with size 0 for animation. It works great.

Lakr233 avatar May 07 '22 06:05 Lakr233