reference1 [Swift] ARC, Retain Cycle, weak, unowned 들어가며 셀 안의 버튼을 클릭했을 때 클로저로 처리하고 싶어 방법을 찾아보던 중 발견한 코드들에 [unowned self] 키워드가 붙은 것을 보았고, 비슷한 키워드인 [weak self]도 생각나 궁금해져 공부해보고 정리하게 되었습니다 ... ARC란 무엇인가? Automatic Reference Counting의 줄임말입니다. 직역하자면 자동 + 참조 + 카운팅 자세한 정의는 이렇습니다. Automatic Reference Counting — The Swift Programming Language (Swift 5.6) Automatic Reference Counting Swift uses Automatic Reference Counting (ARC) to track and manage your app.. 2022. 2. 22. 이전 1 다음