You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I've gotten a fair amount of feedback about KVO errors logging to console when observers aren't removed. I think we should document this better in the README but also consider having OGImage automatically remove all observers on dealloc by default.
I've gotten a fair amount of feedback about KVO errors logging to console when observers aren't removed. I think we should document this better in the README but also consider having
OGImageautomatically remove all observers ondeallocby default.