반응형
iOS Swift 테이블뷰 스와이프 삭제 (TableView swipe delete)
UITableView 를 Swipe 해서 cell 을 remove 해보겠습니다. 코드로 작성해야합니다. func tableView(_ tableView: UITableView, commit editingStyle: UITableViewCell.EditingStyle, forRowAt indexPath: IndexPath) { if editingStyle == .delete { dataArray.remove(at: indexPath.row) tableView.deleteRows(at: [indexPath], with: .fade) } else if editingStyle == .insert { } } 이렇게 작성하면 끝입니다. 잘 나오네요. 전체 코드입니다. import UIKit class ViewCon..
iOS Swift + UIKit
2021. 1. 21. 09:48
반응형
공지사항
최근에 올라온 글
최근에 달린 댓글
- Total
- Today
- Yesterday
링크
TAG
- 로컬라이징
- 다국어
- indicator
- permission
- 아이오에스
- SKPayment
- Localizations
- SKPaymentTransactionObserver
- TabView
- SWIFT
- Localized
- 심사
- 테이블뷰
- AppStore
- TabBar
- custom segment
- Reject
- localizing
- 프로그레스
- Authorization
- SKProductsRequestDelegate
- Xcode
- Language
- 리젝
- ios
- 엑스코드
- 인디케이터
- swiftUI
- 스위프트
- presentationcompactadaptation
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |
글 보관함