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
{{ message }}
This repository was archived by the owner on Nov 12, 2024. It is now read-only.
s.summary = "NSObject prefixed userInfo without swizzling."
s.description = <<-DESC
SHObjectUserInfo is a category on top of NSObject to allow userInfo dictionary without the swizzling. It's built on top of NSMapTable that works with weakToWeak references between an object and its userInfo.
* No need to clean up after - userInfo are self maintained.
* Weak referenced blocks.
* No swizzling or hacks.
* Name-scoped selectors.
* Works with existing codebase that uses userInfo dictionaries on them.