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
- swift documentation
- UICollectionView
- UITextView
- collectionview
- RxCocoa
- swiftUI
- uiscrollview
- map
- 리팩토링
- clean architecture
- 리펙토링
- uitableview
- Observable
- ios
- Xcode
- MVVM
- Clean Code
- Protocol
- combine
- 클린 코드
- Refactoring
- ribs
- 애니메이션
- 리펙터링
- Human interface guide
- 스위프트
- HIG
- SWIFT
- tableView
- rxswift
Archives
- Today
- Total
목록resume 단축키 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] 튜토리얼 1. SwiftUI 시작하기 (preview, 생성된 파일 구조, 단축키)
SwiftUI Interface를 SwiftUI로 설정하여 생성 파일은 Landmark 프로젝트와 그 하위에 폴더가 존재하고, .swift파일은 두 가지가 존재 (+ preview도 존재) LandmarkApp ContentView LandmarkApp.swift 파일 앱의 윈도우를 관리하는 파일이며, ContentView()를 부르고있는 형태 // LandmarkApp.swift import SwiftUI @main struct LandmarkApp: App { var body: some Scene { WindowGroup { ContentView() } } } ContentView.swift 파일 ContentView라는 뷰 코드와 preview코드가 나누어져서 존재 import SwiftUI str..
iOS 튜토리얼 (SwiftUI)
2022. 7. 3. 19:07