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
- 클린 코드
- uitableview
- ios
- Refactoring
- HIG
- map
- 리팩토링
- Observable
- 스위프트
- clean architecture
- SWIFT
- combine
- swiftUI
- Human interface guide
- RxCocoa
- uiscrollview
- Xcode
- collectionview
- 리펙터링
- MVVM
- 리펙토링
- ribs
- tableView
- rxswift
- 애니메이션
- swift documentation
- Clean Code
- UICollectionView
- Protocol
- UITextView
Archives
- Today
- Total
목록isselected (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableView, UICollectionView에서의 isHighlighted와 isSelected 동작 주의사항
UITableViewCell과 UICollectionViewCellUITableViewCell과 UICollectionViewCell은 각각 반복되는 여러 데이터를 화면에 보이는 지점만 렌더링하여(cellForRowAt, cellForItemAt) 효율적으로 뷰를 그릴 수 있는 인터페이스UITableViewCellUICollectionViewCell각 커스텀 셀을 구현할 때 비슷한 구조를 가지고 있음ex) tableViewCell 구현class CustomTableViewCell: UITableViewCell { let titleLabel = UILabel() override init(style: UITableViewCell.CellStyle, reuseIdentifier: String..
iOS 응용 (swift)
2024. 6. 5. 01:31