Capture Lists1 [Swift] Automatic Reference Counting (ARC) References https://docs.swift.org/swift-book/LanguageGuide/AutomaticReferenceCounting.html Contents Automatic Reference Counting Strong References Strong Reference Cycles Weak References Unowned References Unowned Optional References Strong Reference Cycles for Closures Swift는 Automatic Reference Counting(자동참조카운팅, ARC)를 사용해서 앱의 메모리 사용을 추적하고 관리합니다. 대부분의 경우, Swift 내에서 메모리 관리는 알아서 동작하고, 우리는 메모리 관리에.. 2022. 3. 10. 이전 1 다음