typeproperty1 Swift: 타입 프로퍼티(Type property) DAY 17 타입 프로퍼티(Type property) 타입 프로퍼티란? 일반적으로 우리가 사용하는 instance property는 새로운 인스턴스를 생성할 때마다 각기 다른 메모리 공간을 갖는다 (다른 인스턴스와 분리된 고유한 속성 값 집합) 하지만 type property는 인스턴스 수에 관계 없이 하나의 공간만 가지고 있다 C의 static constant(정적 상수) 또는 static variable(정적 변수, 전역 변수)와 같은 유형으로 사용되는 것 Type properties are useful for defining values that are universal to all instances of a particular type, such as a constant property that .. Dev/Swift 2023. 5. 15. 이전 1 다음