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.
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.
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.