[Swift 5.7] if let shorthand
안녕하세요 :) Zedd입니다. Swift 5.7 변경사항 중 하나인 if let shorthand를 보려고 합니다. if let foo = foo { .. } 를 사용하여 기존 optional variable를 "숨기는" optional binding은 굉장히 일반적인 패턴인데요. if let foo = foo 같이 식별자를 두번 써줘야해서 let someLengthyVariableName: Foo? = ... let anotherImportantVariable: Bar? = ... if let someLengthyVariableName = someLengthyVariableName, let anotherImportantVariable = anotherImportantVariable { ... } 이렇..
Swift
2022. 7. 9. 17:04
TAG
- WidgetKit
- 스위프트
- Combine
- 피아노
- swift3
- 회고
- WKWebView
- fastlane
- swift sort
- np-complete
- SwiftUI
- Swift
- swift 공부
- swift array
- actor
- np-hard
- ios 13
- UIBezierPath
- FLUTTER
- Accessibility
- WWDC
- 스위프트 문법
- swift tutorial
- iOS delegate
- github
- Git
- IOS
- swift delegate
- 제이슨 파싱
- Xcode
글 보관함
반응형
- Total
- Today
- Yesterday