iammike / simple-image-library

Someone on the internet requested a barebones Photo Library viewer for their special needs son. Sounded like an interesting and simple project, and my two toddlers would benefit from it as well.
0 stars 0 forks source link

Issue 23: Add swipe between assets in viewer #30

Closed iammike closed 9 months ago

iammike commented 9 months ago

This turned out to be very complex.

Lots of messing with the AVPlayer and ultimately had to disable the animation/hiding of the close button because it was cause onDisappear to occur on the player, which would pause it internally and muck up all the controls.