다음을 통해 공유


UITableViewSource.AccessoryButtonTapped(UITableView, NSIndexPath) 메서드

정의

사용자가 에 있는 indexPath행의 DetailDisclosureButton 액세서리를 탭할 때 호출됩니다.

[Foundation.Export("tableView:accessoryButtonTappedForRowWithIndexPath:")]
public virtual void AccessoryButtonTapped (UIKit.UITableView tableView, Foundation.NSIndexPath indexPath);
abstract member AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit
override this.AccessoryButtonTapped : UIKit.UITableView * Foundation.NSIndexPath -> unit

매개 변수

tableView
UITableView

탭된 행/셀 액세서리가 포함된 테이블 뷰입니다.

indexPath
NSIndexPath

테이블 뷰의 행 위치입니다.

특성

설명

이 메서드는 일반적으로 선택한 행과 관련된 새 뷰를 표시해야 합니다. [UITableViewDelegate]

적용 대상