[iOS, Swift] 객체 메모리 주소 찾기2 iOS 16.1, Xcode 14.1, Swift 5, UIKit 환경에서 진행했습니다. print(Unmanaged.passUnretained(someVar).toOpaque()) someVar는 reference type의 객체만 가능합니다. 참고자료 https://stackoverflow.com/questions/24058906/printing-a-variable-memory-address-in-swift iOS/코드조각 2022.12.02