Stored Properties1 [Swift] Properties References https://docs.swift.org/swift-book/LanguageGuide/Properties.html Contents Stored Properties Computed Properties Property Observers Property Wrappers Global and Local Variables Type Properties [Swift] Structures and Classes (구조체와 클래스) 구조체 및 클래스에 이어서 속성에 대해 알아보겠습니다. 속성(프로퍼티, properies)는 특정 클래스, 구조체 또는 열거형과 연관된 값입니다. 속성의 종류에는 여러가지가 있는데, 저장 속성(Stored properties)는 인스턴스의 일부로 상수나 변수 값을 저장하는 것.. 2021. 12. 25. 이전 1 다음