mrackwitz / MRProgress

Collection of iOS drop-in components to visualize progress
MIT License
2.55k stars 306 forks source link

Fix MRActivityIndicatorView notification methods #33

Closed owenworley closed 10 years ago

owenworley commented 10 years ago

These should take objects of type NSNotification rather than NSNotificationCenter. The arguments are not currently used so it doesn't matter all that much, however it is still an incorrect cast.

mrackwitz commented 10 years ago

Whoops! :hushed: Thanks.