ios - Swift: Multiple inheritance from classes 'UIViewController' and 'AVPlayer' -


i'm trying add avplayerclass view controllerso can use addperiodictimeobserverforintervalmethod when avaudioplayerhits specific second while playing, can call action. when try inherit avplayer class, error: multiple inheritance classes 'uiviewcontroller' , 'avplayer'

could me work around this?


Comments

Popular posts from this blog

php - Hide output during test execution -

java - Drawing vector images on PDF with PDFBox -

Qt4: how to send QString inside a struct via QSharedMemory -