Stored Property1 [Swift] Property - stored, computed, type / Observer swift 언어의 가장 기본적인 문법인 property에 대해 정리해보려고 합니다. 스위프트의 property는 아래와 같이 3가지로 구분할 수 있습니다. stored Property (저장 프로퍼티) computed property (연산 프로퍼티) type property (타입 프로퍼티) 기본 문서를 참고하여 정리하였습니다. https://docs.swift.org/swift-book/LanguageGuide/Properties.html Properties — The Swift Programming Language (Swift 5.7) Properties Properties associate values with a particular class, structure, or enumeration. S.. 2021. 4. 13. 이전 1 다음