Swift ) Protocols (4)
안녕하세요 :) Zedd입니다.프로토콜의 마지막글!! 벌써 4번째 시간이네요 :)키키시작할게요! Class-Only ProtocolsAnyObject프로토콜을 프로토콜의 상속목록에 추가하여 프로토콜 채택을 클래스 타입(구조체 또는 열거형이 아닌)을 제한할 수 있습니다.와 한번에 이해가 가네요. 더 간단하게 말하면 AnyObject를 상속한 프로토콜은 클래스만 채택할 수 있다!!! protocol SomeClassOnlyProtocol: AnyObject, SomeInheritedProtocol { // class-only protocol definition goes here} 이렇게 프로토콜에 AnyObject를 상속받으면, 이제 SomeClassOnlyProtocol은 클래스에서만 채택할 수 있게 된답..
Swift
2017. 12. 17. 21:31
TAG
- WidgetKit
- SwiftUI
- Git
- WWDC
- actor
- fastlane
- 회고
- np-hard
- UIBezierPath
- swift 공부
- np-complete
- 제이슨 파싱
- Xcode
- Swift
- 스위프트
- ios 13
- iOS delegate
- 피아노
- swift delegate
- github
- IOS
- Accessibility
- swift array
- Combine
- WKWebView
- swift3
- swift tutorial
- swift sort
- 스위프트 문법
- FLUTTER
글 보관함
반응형
- Total
- Today
- Yesterday