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
这一节我感觉还需加上使用unowned的例子才能更好地理解何时用unowned。其实,这里何时用weak,何时用unowned很模糊。怎么判断self不会被释放?
unowned
weak
The text was updated successfully, but these errors were encountered:
我觉得挺清晰的:
那么至于判断self是否会被释放,那就是开发者自己需要斟酌的事情了
Sorry, something went wrong.
No branches or pull requests
这一节我感觉还需加上使用
unowned
的例子才能更好地理解何时用unowned
。其实,这里何时用weak
,何时用unowned
很模糊。怎么判断self不会被释放?The text was updated successfully, but these errors were encountered: