UITableViewSource.TitleForDeleteConfirmation(UITableView, NSIndexPath) 메서드
정의
중요
일부 정보는 릴리스되기 전에 상당 부분 수정될 수 있는 시험판 제품과 관련이 있습니다. Microsoft는 여기에 제공된 정보에 대해 어떠한 명시적이거나 묵시적인 보증도 하지 않습니다.
지정된 행에 대한 삭제 단추의 텍스트를 설정합니다.
[Foundation.Export("tableView:titleForDeleteConfirmationButtonForRowAtIndexPath:")]
[ObjCRuntime.Unavailable(ObjCRuntime.PlatformName.TvOS, ObjCRuntime.PlatformArchitecture.All, null)]
public virtual string TitleForDeleteConfirmation (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string
override this.TitleForDeleteConfirmation : UIKit.UITableView * Foundation.NSIndexPath -> string
매개 변수
- tableView
- UITableView
편집 중인 테이블 뷰입니다.
- indexPath
- NSIndexPath
삭제할 수 있는 행의 위치입니다.
반환
삭제 단추의 제목으로 사용할 텍스트입니다.
- 특성
설명
삭제 단추는 테이블 보기가 편집 모드에 있는 동안 사용자가 스와이프하여 삭제하거나 빨간색 원 액세서리를 탭할 때 나타납니다.
이 메서드를 사용하여 단추 제목을 사용자 지정합니다. 예를 들어 메일 앱에서 삭제 단추 제목에는 메시지 스레드에서 삭제될 전자 메일 수가 포함됩니다.
[UITableViewDelegate]에 선언됨