Protocol2 [Swift] Protocols (2) References https://docs.swift.org/swift-book/LanguageGuide/Protocols.html Contents Adding Protocol Conformance with an Extension Adopting a Protocol Using a Synthesized Implementation Collections of Protocol Types Protocol Inheritance Class-Only Protocols Protocol Composition Checking for Protocol Conformance Optional Protocol Requirements Protocol Extensions 이전 포스팅에 이어서 계속해서 프로토콜에 대해 알아보도록 하겠습니.. 2022. 2. 5. [Swift] Protocols (1) References https://docs.swift.org/swift-book/LanguageGuide/Protocols.html Contents Protocol Syntax Property Requirements Method Requirements Mutating Method Requirements Initializer Requirements Protocols as Types Delegation Protocols 프로토콜(protocol)은 메소드(methods)와 속성(properties), 그리고 특정 태스크나 일부 기능에 적합한 다른 요구사항들의 청사진(blueprint)를 정의합니다. 프로토콜은 요구사항들이 실제로 구현되는 클래스, 구조체, 또는 열거형에서 채택될 수 있습니다. 프로토콜의 요구.. 2022. 2. 5. 이전 1 다음