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
- map
- uiscrollview
- 애니메이션
- Xcode
- swiftUI
- Refactoring
- collectionview
- tableView
- RxCocoa
- Human interface guide
- 리펙토링
- Protocol
- UITextView
- 리펙터링
- ios
- UICollectionView
- uitableview
- 스위프트
- ribs
- Observable
- HIG
- SWIFT
- clean architecture
- rxswift
- swift documentation
- combine
- 리팩토링
- Clean Code
- MVVM
- 클린 코드
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