[Swift 3] 프로토콜 (Protocols)
출처http://kka7.tistory.com/27 프로토콜메소드, 프로퍼티, 특정 작업이나 기능에 적합한다른 요구사항을 상세하게 정의한다. 문법 protocol SomeProtocol { } protocol AnotherProtocol: SomeProtocol { } protocol TheOtherProtocol : SomeProtocol, AnotherProtocol { } 프로퍼티 요구사항프로토콜은 프로퍼티가 저장 프로퍼티이거나 계산 프로퍼티인지 지정하지 않는다.다만 필수 프로퍼티 이름과 타입, gettable, settable 인지 반드시 지정해야한다. { get set } 을 요구하는 프로토콜 프로퍼티가 존재한다면상수 저장 프로퍼티 ( let a ), 읽기 전용 계산 프로퍼티 ( var a : ..
iOS 개발/Swift
2017. 4. 16. 19:32
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- workerThread
- HTTP
- Swift 3
- optional
- RunLoop
- Swift3
- thread
- string
- delegate
- AWS
- dictionary
- NSManagedObject
- EffectiveObjectiveC
- CGImage
- applicationWillResignActive
- Block
- set
- Swift 3.0
- UIView
- CIImage
- coredata
- docker
- Arc
- NSManagedObjectModel
- 꺼내먹어요
- NSManagedObjectContext
- ios
- Swift
- Swfit
- 읽기 좋은 코드가 좋은 코드다
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
1 | 2 | |||||
3 | 4 | 5 | 6 | 7 | 8 | 9 |
10 | 11 | 12 | 13 | 14 | 15 | 16 |
17 | 18 | 19 | 20 | 21 | 22 | 23 |
24 | 25 | 26 | 27 | 28 | 29 | 30 |
글 보관함