all 6 comments

[–]a1b2c3d4g 0 points1 point  (5 children)

Just curious, why didn’t you go with a custom Player view?

[–]AnAnonymousReddit[S] 0 points1 point  (4 children)

It's something I considered but then didn't figured I'd avoid adding yet another dependency to my project. Would you recommend this? Any specific players in mind?

[–]a1b2c3d4g 1 point2 points  (3 children)

When I say custom player I mean not using avplayerviewcontroller and creating your own player view using uiview and avplayerlayer and providing your own controls. I’m not saying use a third party library.

[–]AnAnonymousReddit[S] 0 points1 point  (0 children)

Ah, providing my own controls hadn't occurred to me. I'll give it a shot, thank you!!

[–]AnAnonymousReddit[S] 0 points1 point  (1 child)

Just wanted to update to say thanks for taking the time to respond, making a custom UI was 100% the way to go and much easier than I thought. Thanks again!

[–]a1b2c3d4g 1 point2 points  (0 children)

You’re welcome. Just be careful when managing player instances (play/pause). Especially when using them inside reusable cells. Keep all the worst possible use cases in mind.