api(application programming interface)
a list of all instance methods and instance variables in that class
public api
all instance methods and instance variables that other class can call
반응형
'swift & iOS > swift' 카테고리의 다른 글
[swift] 프로퍼티를 관찰하기 위한 property observer (didSet, willSet) (0) | 2022.03.24 |
---|---|
[swift] 시간, 날짜 출력하기 ( .dateTime, Date.now.formatted(...) ) (0) | 2022.03.15 |
[swift] static 키워드: static이 붙은 프로퍼티와 메소드 (0) | 2022.02.14 |
[swift] set (0) | 2022.02.09 |
[swift] 기존 데이터 타입에 추가 기능 작성하기: extension (0) | 2022.02.08 |