Skip to content

Commit

Permalink
update readme image links
Browse files Browse the repository at this point in the history
  • Loading branch information
priore committed May 4, 2016
1 parent 6e474b1 commit 5f65fcd
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,40 +6,40 @@ AVPlayer with custom controls and full screen features.

* Put a Container View on your ViewController.

![image](https://github.com/priore/AVPlayerOverlay/images/step1.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step1.jpg)

* Remove the ViewController that created automatically.

![image](https://github.com/priore/AVPlayerOverlay/images/step2.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step2.jpg)

* Add a AVPlayerViewController.

* Connect the AVPlayerViewController to the Container View, embedded mode.

* Sets the AVPlayerViewController class to the AVPlayerVC custom class.

![image](https://github.com/priore/AVPlayerOverlay/images/step3.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step3.jpg)

* Add a new ViewController.

* Set the ViewController class to the AVPlayerOverlayVC custom class.

* Set the storyboard identity to AVPlayerOverlayVC

![image](https://github.com/priore/AVPlayerOverlay/images/step4.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step4.jpg)

* Put a View and Buttons and Slider inside this views for customize your controllers.

* Put a Slider for volume control outside this last view, near volume button control.

* Connect all controls interface of the viewcontroller.

![image](https://github.com/priore/AVPlayerOverlay/images/step5.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step5.jpg)

* Set the constraints of the controls, and center the volume slider to the volume button.<br>
_note: the volume slider is automatically rotated._

![image](https://github.com/priore/AVPlayerOverlay/images/step6.jpg)
![image](https://github.com/priore/AVPlayerOverlay/blob/master/images/step6.jpg)

* In your ViewController where is the Container View, put the code below.

Expand Down

0 comments on commit 5f65fcd

Please sign in to comment.