You are currently viewing a revision titled "Property Observer", saved on 2020-06-04 오후 9:52 by 야곰 | |
---|---|
제목 | Property Observer |
내용 | |
요약글 | |
Markdown content | [프로퍼티](/docs/property) 감시자((Property Observer)를 정의해서 프로퍼티 값의 변경을 모니터링 할 수 있습니다.
프로퍼티 감시자는 자신이 정의한 **[저장 프로퍼티](/docs/stored-property)**에 추가 할 수 있으며, [부모클래스](/docs/super-class)를 상속한 프로퍼티에도 추가 할 수 있습니다.
* 관련 강좌 : [프로퍼티 감시자](https://yagom.net/courses/swift-basic/lessons/%ed%83%80%ec%9e%85-%ec%8b%ac%ed%99%94/topic/%ed%94%84%eb%a1%9c%ed%8d%bc%ed%8b%b0-%ea%b0%90%ec%8b%9c%ec%9e%90/) |