Notice
Recent Posts
Recent Comments
Link
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
Tags
- Observable
- UITextView
- swift documentation
- RxCocoa
- Clean Code
- map
- collectionview
- Human interface guide
- swiftUI
- ribs
- UICollectionView
- 애니메이션
- 클린 코드
- rxswift
- clean architecture
- MVVM
- 리펙터링
- SWIFT
- 리펙토링
- tableView
- Refactoring
- HIG
- uiscrollview
- 스위프트
- 리팩토링
- ios
- Protocol
- combine
- Xcode
- uitableview
Archives
- Today
- Total
목록collection downcast (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 1. swift 5.8 정리 - implicit self, magic file name, collection downcast
1. swift 5.8 정리 - implicit self, magic file name, collection downcast ()) { print("test") } } nested closure에서는 안되는것을 주의 someFunc { [weak self] in guard let self else { return } print(value) someFunc2 { print(value) // error! } } magic file name SE-0274 #file, #filePath 경로 변경 swift5.7에서는 #file을 입력해도 #filePath와 동일하게 전체 경로를 보여주었지만, swift5.8부터는 {Module}/{file} 정보만 획득이 가능 단, Xcode의 Build Settings > ..
iOS 응용 (swift)
2023. 4. 9. 01:31