iOS Photos App - Using UIPageViewController?

Hello.

I got tasked with building out a feature that allows a user to tap on a video clip and it would bring up a video player with custom controls. While the user is viewing the video, they can swipe right or left and it would take them to the previous or next clip inside a video player that would start playing.

You can do this sort of thing in the Apple Photos app. I’m wondering if this sort of thing is done in a UIPageViewController. I haven’t really used that before, maybe once.

I’m just wondering what the proper way to go about this is (high level).

Thanks!

Oh! Also, is there a type of view controller that I’m not aware of that apple provides for viewing photos? I see the same view controller in a lot of apps for viewing photos that allows the user to swipe the photo away. And they all really look the same or similar.

This topic was automatically closed after 166 days. New replies are no longer allowed.