You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am making video player in swift. I add some custom buttons and functionality for standard video player: 1. Playing video from URL (server) 2. Showing indicator while loading video like in VK 3. Add custom buttons to control (stop, pause buttons) and its working fine. I'm trying to implement custom view on player like below screen shot and play in custom duration in loop.
I need this type of view on video player
Screen Shot
I can't understand how I can implement my tasks(For video url) there. Can you give some advice, which is the better way to do this?
The text was updated successfully, but these errors were encountered:
I am making video player in swift. I add some custom buttons and functionality for standard video player: 1. Playing video from URL (server) 2. Showing indicator while loading video like in VK 3. Add custom buttons to control (stop, pause buttons) and its working fine. I'm trying to implement custom view on player like below screen shot and play in custom duration in loop.
I need this type of view on video player
Screen Shot
I can't understand how I can implement my tasks(For video url) there. Can you give some advice, which is the better way to do this?
The text was updated successfully, but these errors were encountered: