We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
I think https://github.com/objc-zen/objc-zen-book#multiple-delegation part of article should mention NSHashTable as a way to store weak references without creating ZOCWeakObject class.
NSHashTable
ZOCWeakObject
The text was updated successfully, but these errors were encountered:
For sure NSHashTable is one way todo that, another way is NSPointerArray (that is the one that I'm using using in my library https://github.com/lukabernardi/LBDelegateMatrioska).
NSPointerArray
I think we can expand the section to give more options. Feel free, If you want, to send a pull request with those improvements.
Sorry, something went wrong.
No branches or pull requests
I think https://github.com/objc-zen/objc-zen-book#multiple-delegation part of article should mention
NSHashTable
as a way to store weak references without creatingZOCWeakObject
class.The text was updated successfully, but these errors were encountered: