iOS/Swift6 [Swift] 메모리 관리 [참고]https://github.com/JaeYeopHan/Interview_Question_for_Beginner/tree/main/iOShttps://github.com/Yongjai/TIL/blob/master/iOS/Objective-C/MemoryManagement.md/ 스위프트의 메모리 관리스위프트는 ARC로 메모리 관리를 한다. ARC: 자동 참조 계수(ARC: Automatic Reference Counting)를 뜻하며, 인스턴스가 더 이상 필요없을 때 사용된 메모리를 자동으로 해제해준다.강한 순환 참조: 강환 순환 참조는 ARC로 메모리를 관리할 때 발생할 수 있는 문제이다. 두 개의 객체가 서로 강한 참조를 하는 경우 발생할 수 있다. 강한 순환 참조의 해결법 : 서로 강한 .. 2024. 2. 8. ObservableObject , @ObservedObject, @StateObject [참고]더보기https://ios-development.tistory.com/1160 [iOS - SwiftUI] @ObservedObject, @StateObject 개념, 차이점, 사용 방법 (MVVM 패턴)목차) SwiftUI의 기본 - 목차 링크 * @Published, @objecervableObject 개념은 Combine이므로, Combine 관련 이전 포스팅 글 참고 @ObservedObejct 란? observable 객체를 구독하는 property wrapper observable 객체가 변경되면 뷰ios-development.tistory.comhttps://www.avanderlee.com/swiftui/stateobject-observedobject-differences/ @Sta.. 2024. 1. 21. 이전 1 2 다음