Are there any examples on how to achieve zooming on an AVPlayerViewController?

I am using an AVPlayerViewController to host my video. However, when I am using a pinch gesture on the playerViewController.view, all of my overlaid UIViews are being resized in real time, and not my actual video. I would like only the video to zoom in, not anything else.

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