Self1 Swift) self vs Self self vs Self 그냥 간단하게.. self 소문자로 이뤄진 self의 경우, 특정 인스턴스에 접근할 때 사용하는 참조값이다. 자기 자신의 인스턴스를 가리키는 프로퍼티로, 용도는 다음과 같다. The self expression is used to specify scope when accessing members, providing disambiguation when there’s another variable of the same name in scope 명확성을 위해 class SomeClass { var greeting: String init(greeting: String) { self.greeting = greeting } } 인스턴스 프로퍼티로 선언된 greeting이라는 변수와, 이니셜라.. 2022. 2. 20. 이전 1 다음