I am developing an app in which I wanna show the tutorial on how to use the app. For that need a custom video player which should look simple with a single play/pause button, a seeker and a stop button.
I have tried some video players like "videoplayerkit". To use this videoplayerkit I have to install cocoapods(libpods.a). It would be very helpful if anyone help me with a custom third party video player that satisfies my need. In short I need something like this in the picture below
Asked
Active
Viewed 5,345 times
0

Rajesh
- 937
- 1
- 8
- 14
-
Looks like you want `MPMoviePlayerViewController`. Not sure about the "video-cloud player" thought. – Khanh Nguyen Jun 24 '13 at 10:20
-
Check this [tutorial](http://www.engage-encore.com/index.php/2010/11/08/video-player-ipad-iphone/). This may help you. – Bhavin_m Jun 24 '13 at 10:23
-
Thank you for your response. I dont wanna use ios's default video player. That is why I asked for a custom one – Rajesh Jun 24 '13 at 10:31
1 Answers
0
You can try out an example app I created if you would like to see an example of a custom movie player, the Xcode project is at AVSync. This movie player looks exactly like the default iOS movie player, but you can have a look at the code to see how a custom set of controls can be made to control a movie player underneath. This example sits on top on a custom movie library, but the basic idea of creating your own controls and having them submit actions is the same no matter how you implement it.

MoDJ
- 4,309
- 2
- 30
- 65