땡겨서 나오는 버튼을 만들어보겠습니다. 왼쪽, 오른쪽 가능 UITableViewDelegate 을 상속 받으신 후에 만들고 싶은 방향 매서드를 써주세요. func tableView(_ tableView: UITableView, trailingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? { // 오른쪽에 만들기 } func tableView(_ tableView: UITableView, leadingSwipeActionsConfigurationForRowAt indexPath: IndexPath) -> UISwipeActionsConfiguration? { // 왼쪽에 만들기 } UIContex..
UITableView 를 Swipe 했을 때 나오는 삭제 버튼명을 변경해보겠습니다. 기본은 Delete 로 나옵니다. UITableViewDelegate 를 상속 받으신 후에 진행해야합니다. func tableView(_ tableView: UITableView, titleForDeleteConfirmationButtonForRowAt indexPath: IndexPath) -> String? { return "삭제" } 이 코드를 작성하면 됩니다. 잘 변경됐네요. 전체 코드입니다. import UIKit class ViewController3: UIViewController, UITableViewDataSource, UITableViewDelegate { @IBOutlet var myTableView:..
- Total
- Today
- Yesterday
- ios
- swiftUI
- SWIFT
- 로컬라이징
- TabView
- 아이오에스
- SKPaymentTransactionObserver
- Xcode
- 스위프트
- 테이블뷰
- 다국어
- 인디케이터
- TabBar
- 프로그레스
- Localized
- indicator
- custom segment
- presentationcompactadaptation
- SKPayment
- localizing
- SKProductsRequestDelegate
- 심사
- 리젝
- AppStore
- Authorization
- 엑스코드
- permission
- Language
- Reject
- Localizations
일 | 월 | 화 | 수 | 목 | 금 | 토 |
---|---|---|---|---|---|---|
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 |