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
No description provided.
The text was updated successfully, but these errors were encountered:
순환참조는 ARC 체계에서 두 객체가 서로를 강하게 참조하고 있어 메모리에서 해제될 수 없는 경우 발생합니다.
Sorry, something went wrong.
두 개 이상의 인스턴스가 서로에 대한 강력한 참조를 유지하여 각 인스턴스가 다른 인스턴스를 유지하는 경우를 강한 참조 주기라고 합니다. strong 참조 대신 weak 또는 unowned 참조를 사용하여 강한 참조 주기를 해결합니다.
참고) Automatic Reference Counting
No branches or pull requests
No description provided.
The text was updated successfully, but these errors were encountered: