Home  »  Swift Source  »  Swift Video Player using AVPlayerViewController

Swift Video Player using AVPlayerViewController

Posted on 10 Nov 2015

Swift Video Player

Video player demo application build using Swift 2, Xcode 7, and iOS 9.

This is simple video player application build using Swift for iOS 9 platform. It is using AVFoundation library and AVKit. It uses AVPlayer to play video file. This application can be used as a base for Video Player project and expand it’s functionality. It’s free for personal or commercial use.

It consist functionality below:
– Play video from Local resource.
– Play video from Remote url.
– Uses AVPlayer for video player.
– Uses AVPlayerViewController to present video screen.

Technology used
– AVPlayer
– AVPlayerViewController
– Build with Xcode storyboard.
– Adaptive layout for major screen size support.
– Created with Swift 2, Xcode 7, iOS 9.

Platform
– Swift 2
– Xcode 7
– iOS 9

Supported Device
iPhone 4s, 5, 5s, 5c, 6, 6 Plus, 6s, 6s Plus, all iPad having iOS 9.

You can download source form GitHub profile.

Go to Top