jdg / MBProgressHUD

MBProgressHUD + Customizations
http://www.bukovinski.com/
MIT License
16.01k stars 3.56k forks source link

Crash when using MBRoundProgressView in a UITableViewCell #371

Closed Dean151 closed 8 years ago

Dean151 commented 8 years ago

Hi ! I'm using MBProgressHUD in my app, and I wanted to use the MBRoundProgressView in cells to make the same effect than in the Music App when downloading a track.

But sometime, I experience a Crash that I am not quite sure to understand :

*** Terminating app due to uncaught exception 'NSRangeException', reason: 'Cannot remove an observer <MBRoundProgressView 0x18af4120> for the key path "progressTintColor" from <MBRoundProgressView 0x18af4120> because it is not registered as an observer.'

Any leads to fix it somehow ?

Let add that I use Notification Center to send progressions to the right cell

matej commented 8 years ago

Should no longer happen with the latest master as KVO is no longer used.