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
- 애니메이션
- swiftUI
- swift documentation
- Human interface guide
- 스위프트
- UICollectionView
- collectionview
- UITextView
- clean architecture
- rxswift
- map
- uiscrollview
- combine
- SWIFT
- 리팩토링
- MVVM
- Observable
- tableView
- Refactoring
- HIG
- 리펙터링
- ios
- Clean Code
- uitableview
- ribs
- RxCocoa
- Xcode
- 리펙토링
- Protocol
- 클린 코드
Archives
- Today
- Total
목록xcode16 신기능 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 3. WWDC2024 정리 - (1) What's new in Xcode 16 (Xcode16 신기능, Code Completion, Isolated Global Variables, @Previewable, PreviewModifier)
Code Completion (자동완성)Copilot과 유사하게 자동완성 기능을 제공빌드세팅 - Isolated Global Variables전역변수는 Concurrency에서 안전하지 않다는 warning 표출해주는 옵션위 옵션을 키고 빌드 시 warning 확인 가능간편한 프리뷰 - @Previewable아래와 같은 RobotFaceSelectorView를 프리뷰 사용할 때 currentFace에 관한 바인딩이 필요한 상황기존에는 위 뷰를 preview하려면 wrapper view를 만들어서 currentFace를 바인딩시켜야함ex) 기존 방법struct Simple_Previews: PreviewProvider { struct ContainerView: View { @State ..
WWDC 정리/WWDC 2024 정리
2024. 6. 19. 01:08