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
- combine
- rxswift
- uitableview
- UICollectionView
- SWIFT
- HIG
- Clean Code
- Refactoring
- 리펙터링
- MVVM
- 리팩토링
- 스위프트
- Xcode
- 리펙토링
- Protocol
- uiscrollview
- collectionview
- 클린 코드
- ios
- 애니메이션
- map
- UITextView
- Human interface guide
- Observable
- clean architecture
- ribs
- swift documentation
- swiftUI
- tableView
- RxCocoa
Archives
- Today
- Total
목록magic file name (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