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
- UITextView
- 스위프트
- swift documentation
- Xcode
- Observable
- 클린 코드
- 리팩토링
- tableView
- ios
- rxswift
- combine
- uitableview
- SWIFT
- 애니메이션
- Refactoring
- Protocol
- collectionview
- 리펙터링
- map
- Human interface guide
- Clean Code
- RxCocoa
- ribs
- MVVM
- HIG
- clean architecture
- 리펙토링
- uiscrollview
- swiftUI
- UICollectionView
Archives
- Today
- Total
목록dynamic width (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] 동적인 Custom View, Custom Cell 구현 방법 (xib, dynamic width, dynamic height)
Custom View (xib) 기본 개념 custom view 인스턴스를 사용하기까지의 개념 이해 xib -> nib -> instance (아래 구현부에서 계속 상세히 설명) instance는 UIView를 상속한 커스텀 뷰를 만들때 필요하고, UITableViewCell과 같은 커스텀 셀에서는 불필요 > tableView.register(nib, forCellReuseIdentifier:)할 때 nib파일을 넣어주므로 커스텀 셀에서는 불필요 Custom Cell 준비 Cocoa Touch Class로 UITableViewCell 생성 cf) cell이 아닌 일반적인 view를 만들때는 .swift파일과 .xib파일 생성 주의) UITableViewCell을 아래처럼 swift, views 파일 따로..
UI 컴포넌트 (swift)
2021. 12. 1. 04:03