Skip to content
This repository has been archived by the owner on Jul 20, 2023. It is now read-only.

Type 'ViewController' does not conform to protocol 'JukeboxDelegate' #83

Open
ghost opened this issue Aug 14, 2017 · 2 comments
Open

Type 'ViewController' does not conform to protocol 'JukeboxDelegate' #83

ghost opened this issue Aug 14, 2017 · 2 comments

Comments

@ghost
Copy link

ghost commented Aug 14, 2017

I am not able to make it work.

xCode verison: 8.3.2
swift version: 3.1

`import UIKit
import Jukebox
import MediaPlayer

class MediaViewController: UIViewController, GADBannerViewDelegate, JukeboxDelegate {``

@kseilkhanov
Copy link

You should use all this functions
func jukeboxStateDidChange(_ state : Jukebox)
func jukeboxPlaybackProgressDidChange(_ jukebox : Jukebox)
func jukeboxDidLoadItem(_ jukebox : Jukebox, item : JukeboxItem)
func jukeboxDidUpdateMetadata(_ jukebox : Jukebox, forItem: JukeboxItem)

@ghost
Copy link
Author

ghost commented Aug 18, 2017

@seilkhanovkkk thanks.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant