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
- Human interface guide
- 리펙토링
- MVVM
- 애니메이션
- ribs
- 리팩토링
- clean architecture
- UICollectionView
- rxswift
- 클린 코드
- uiscrollview
- 스위프트
- collectionview
- HIG
- combine
- ios
- RxCocoa
- Clean Code
- Xcode
- map
- Refactoring
- Observable
- swiftUI
- uitableview
- 리펙터링
- tableView
- swift documentation
- UITextView
- Protocol
- SWIFT
Archives
- Today
- Total
목록Delete 버튼 (1)
김종권의 iOS 앱 개발 알아가기
[iOS - swift] UITableView의 trailingSwipeActionsConfigurationForRowAt 사용 방법 (편집모드 삭제 버튼, 커스텀)
trailingSwipeActionsConfigurationForRowAt 사용 방법 UITableView의 편집모드에서 - 버튼을 눌렀을 때 trailing edge (한국 기준 오른쪽) 부분에 버튼을 넣을 수 있는 델리게이트 예제로 사용할 테이블 뷰 준비 tableView.dataSource = self tableView.delegate = self extension ViewController: UITableViewDataSource { func tableView(_ tableView: UITableView, numberOfRowsInSection section: Int) -> Int { items.count } func tableView(_ tableView: UITableView, cellForR..
iOS 응용 (swift)
2023. 5. 24. 01:13