일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 | 31 |
- Equatable
- rxswift
- Hashable
- weak
- Stanford cs193p
- JSONEncoder
- Codable
- NSAttributedString
- Singleton Design Pattern
- MVP
- PhotoKit
- UIGestureRecognizer
- UIDynamicAnimator
- 오늘의성취도
- IOS
- unowned
- UIDocument
- uicollectionview
- Observable
- AVFoundation
- reactivex
- UIBezierPath
- JSONDecoder
- CustomStringConvertible
- CoreGraphics
- Git
- UIDocumentBrowserViewController
- 에어팟
- Swift
- Arc
- Today
- Total
목록Swift (2)
아직은 개린이
Swift에는 lazy라는 키워드가 있다. Swift Programming Guide에 보면, Properties 부분에서 lazy stored properties라는 것이 나온다. A lazy stored property is a property whose initial value is not calculated until the first time it is used. You indicate a lazy stored property by writing the lazy modifier before its declaration. 즉, 처음 사용되기 전까지 초기값이 계산되지 않는 프로퍼티이다. 이게 어떤 때에 쓰이는 것일까? Lazy properties are useful when the initial v..
iOS, Swift 공부하며 좋은 정보들을 얻을 수 있는 곳들 정리! (+계속 추가해 나가자) 1. 스위프트 문법 스타일을 정리해둔 곳 https://github.com/raywenderlich/swift-style-guide 2. Airbnb에서 만든 애니메이션 라이브러리 저장소 https://lottiefiles.com/ 3. iOS 라이브러리 모음 https://github.com/vsouza/awesome-ios 4. iOS 개발자를 위한 링크 모음 https://github.com/giftbott/iOSDevLinks#font 5. iOS 개발과 관련된 질문을 정리해놓은 곳 https://github.com/ClintJang/ios-swift-objc-questions-and-answers