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 |
Tags
- uitableview
- clean architecture
- 리펙터링
- UITextView
- collectionview
- Observable
- Human interface guide
- Refactoring
- UICollectionView
- Protocol
- combine
- MVVM
- ribs
- Clean Code
- 스위프트
- swift documentation
- swiftUI
- SWIFT
- 클린 코드
- HIG
- rxswift
- Xcode
- 리팩토링
- map
- 애니메이션
- uiscrollview
- RxCocoa
- ios
- 리펙토링
- tableView
Archives
- Today
- Total
목록collection downcast (1)
김종권의 iOS 앱 개발 알아가기
![](http://i1.daumcdn.net/thumb/C150x150/?fname=https://blog.kakaocdn.net/dn/9DWrO/btr8KJ4s2Bb/v0ny2kqaNdKktPVnEUKACk/img.png)
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