ios - Swift: Multiple inheritance from classes 'UIViewController' and 'AVPlayer' -
i'm trying add avplayer
class view controller
so can use addperiodictimeobserverforinterval
method when avaudioplayer
hits specific second while playing, can call action. when try inherit avplayer
class, error: multiple inheritance classes 'uiviewcontroller' , 'avplayer'
could me work around this?
Comments
Post a Comment