davidlondono / PlayerView

Player View is a delegated view using AVPlayer of Swift
MIT License
133 stars 46 forks source link

delegate is called even after video finish #1

Closed alexnaldo closed 8 years ago

alexnaldo commented 8 years ago

self?.delegate?.playerVideo(mySelf, currentTime: mySelf.currentTime)

If called forever!!

davidlondono commented 8 years ago

im gonna make it to call only when the rate is different than 0

davidlondono commented 8 years ago

fixed on version 0.1.4,check it out