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
- ribs
- 리팩토링
- UICollectionView
- UITextView
- 애니메이션
- map
- combine
- RxCocoa
- HIG
- MVVM
- 클린 코드
- SWIFT
- 스위프트
- uitableview
- Clean Code
- Human interface guide
- Protocol
- collectionview
- 리펙토링
- ios
- Xcode
- clean architecture
- swift documentation
- 리펙터링
- Observable
- uiscrollview
- Refactoring
- rxswift
- tableView
- swiftUI
Archives
- Today
- Total
목록ignoresSafeArea (1)
김종권의 iOS 앱 개발 알아가기
[iOS - SwiftUI] 튜토리얼 - 5. 리스트, 데이터 바인딩 (List, onAppear, offSet, ignoresSafeArea, ScrollView)
* 애플 튜토리얼의 프로젝트 파일을 받아서 실습하고 그 중에서 중요한 부분만 포스팅 4강에서 만든 Row import SwiftUI struct LandmarkRow: View { var landmark: Landmark var body: some View { HStack { landmark.image .resizable() .frame(width: 50, height: 50, alignment: .leading) Text(landmark.name) Spacer() //
iOS 튜토리얼 (SwiftUI)
2022. 7. 7. 23:33