I need to implement streaming music player using AV Player in SWIFT
that music file Stored in server.Please help me to any one..How to implement this one
I need to implement streaming music player using AV Player in SWIFT
that music file Stored in server.Please help me to any one..How to implement this one
According to this: http://www.techotopia.com/index.php/IOS_8_Video_Playback_using_AVPlayer_and_AVPlayerViewController
You could add following code in your ViewController, like viewDidLoad method or viewWillAppear, depends on the view will show repeatedly or not. If Yes, add it in the viewWillAppear method.