self type (1) 썸네일형 리스트형 [iOS] Self # Instance Method # # self( ) # 수신자를 반환합니다. Returns the receiver. 필수입니다. Required. 선언 Declaration func `self`() -> Self 반환값 Return Value 수신자 The receiver. Self Type Self 유형은 특정 유형이 아니라 해당 유형의 이름을 반복하거나 알지 않고도 편리하게 현재 유형을 참조 할 수 있습니다. The Self type isn’t a specific type, but rather lets you conveniently refer to the current type without repeating or knowing that type’s name. 프로토콜 선언 또는 프로토콜 멤버 선언.. 이전 1 다음