UITableViewDelegate_Extensions 클래스

정의

프로토콜의 모든 메서드를 IUITableViewDelegate 지원하기 위해 인터페이스에 대한 확장 메서드입니다 UITableViewDelegate .

public static class UITableViewDelegate_Extensions
type UITableViewDelegate_Extensions = class
상속
UITableViewDelegate_Extensions

설명

개발자가 인터페이스의 인스턴스를 IUITableViewDelegate 원래 UITableViewDelegate 프로토콜의 모든 선택적 메서드를 갖는 것으로 처리할 수 있는 확장 메서드입니다. 인터페이스에는 필요한 멤버만 포함되므로 이러한 확장 메서드를 사용하면 개발자가 프로토콜의 선택적 멤버를 호출할 수 있습니다.

메서드

AccessoryButtonTapped(IUITableViewDelegate, UITableView, NSIndexPath)

사용자가 지정된 indexPath에서 액세서리/공개 buttom을 탭했다고 기소합니다.

AccessoryForRow(IUITableViewDelegate, UITableView, NSIndexPath)

개발자는 사용되지 않는 이 메서드를 사용하면 안 됩니다.

CanFocusRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath 의 행이 포커스를 받을 수 있는지 여부입니다.

CanPerformAction(IUITableViewDelegate, UITableView, Selector, NSIndexPath, NSObject)

지정한 indexPath의 셀이 지정된 복사 또는 붙여넣기 작업을 수행할 수 있는지 여부입니다.

CellDisplayingEnded(IUITableViewDelegate, UITableView, UITableViewCell, NSIndexPath)

셀이 방금 제거되었음을 나타냅니다.

CustomizeMoveTarget(IUITableViewDelegate, UITableView, NSIndexPath, NSIndexPath)

예를 들어 셀 이동 대상을 변경하여 특정 위치에 셀을 놓지 않도록 하는 데 사용됩니다.

DidEndEditing(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath에서 셀 편집이 완료되었음을 나타냅니다.

DidUpdateFocus(IUITableViewDelegate, UITableView, UITableViewFocusUpdateContext, UIFocusAnimationCoordinator)

에 자세히 설명된 대로 포커스가 변경되었음을 context나타냅니다.

EditActionsForRow(IUITableViewDelegate, UITableView, NSIndexPath)

사용자가 로 식별되는 테이블 뷰의 행을 살짝 밀면 표시할 행 tableView 작업 배열을 indexPath반환합니다.

EditingStyleForRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath에 대한 UITableViewCellEditingStyle입니다.

EstimatedHeight(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath의 높이 추정값입니다. 구현은 반복적으로 호출되므로 최소한의 계산을 수행해야 합니다.

EstimatedHeightForFooter(IUITableViewDelegate, UITableView, nint)

지정된 구역의 바닥글의 예상 높이입니다.

EstimatedHeightForHeader(IUITableViewDelegate, UITableView, nint)

지정된 섹션의 머리글의 예상 높이입니다.

FooterViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)

지정된 섹션의 footerView가 제거되었음을 나타냅니다.

GetHeightForFooter(IUITableViewDelegate, UITableView, nint)

지정된 구역의 바닥글 높이입니다.

GetHeightForHeader(IUITableViewDelegate, UITableView, nint)

지정된 섹션에 대한 헤더의 높이입니다.

GetHeightForRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath에 있는 셀의 높이입니다.

GetIndexPathForPreferredFocusedView(IUITableViewDelegate, UITableView)

테이블의 기본 포커스 뷰의 인덱스 경로입니다.

GetLeadingSwipeActionsConfiguration(IUITableViewDelegate, UITableView, NSIndexPath)

선행 가장자리에서 시작하는 살짝 밀기 작업에 대한 살짝 밀기 작업 구성을 반환합니다.

GetTrailingSwipeActionsConfiguration(IUITableViewDelegate, UITableView, NSIndexPath)

후행 가장자리에서 시작하는 살짝 밀기 작업에 대한 살짝 밀기 작업 구성을 반환합니다.

GetViewForFooter(IUITableViewDelegate, UITableView, nint)

지정된 섹션의 바닥글에 사용되는 뷰입니다.

GetViewForHeader(IUITableViewDelegate, UITableView, nint)

지정된 섹션의 헤더에 사용되는 뷰입니다.

HeaderViewDisplayingEnded(IUITableViewDelegate, UITableView, UIView, nint)

지정된 섹션의 헤더가 제거되었음을 나타냅니다.

IndentationLevel(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath의 셀에 대한 들여쓰기 수준입니다.

PerformAction(IUITableViewDelegate, UITableView, Selector, NSIndexPath, NSObject)

지정한 복사 또는 붙여넣기 작업을 수행합니다.

RowDeselected(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀이 선택 취소되었음을 나타냅니다.

RowHighlighted(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀이 강조 표시됨을 나타냅니다.

RowSelected(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath의 호출이 선택되었음을 나타냅니다.

RowUnhighlighted(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀이 하이라이트되지 않음을 나타냅니다.

ShouldHighlightRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 indexPath의 셀을 강조 표시할지 여부입니다.

ShouldIndentWhileEditing(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀을 편집하는 동안 들여쓰기해야 하는지 여부입니다.

ShouldShowMenu(IUITableViewDelegate, UITableView, NSIndexPath)

지정된 rowAtIndexPath의 셀에 작업 메뉴가 표시되어야 하는지 여부입니다.

ShouldSpringLoadRow(IUITableViewDelegate, UITableView, NSIndexPath, IUISpringLoadedInteractionContext)

식별된 행이 지정된 컨텍스트에서 스프링로드되어야 하는지 여부를 나타내기 위해 호출되는 메서드입니다.

ShouldUpdateFocus(IUITableViewDelegate, UITableView, UITableViewFocusUpdateContext)

포커스를 tableView 잃거나 받기 전에 TCalled. 포커스 환경 중 하나가 를 반환 false하면 포커스 업데이트가 취소됩니다.

TitleForDeleteConfirmation(IUITableViewDelegate, UITableView, NSIndexPath)

재정의되면 삭제 확인 단추의 기본 제목을 변경합니다.

WillBeginEditing(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀을 편집하려고 했음을 나타냅니다.

WillDeselectRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀이 선택 취소됨을 나타냅니다.

WillDisplay(IUITableViewDelegate, UITableView, UITableViewCell, NSIndexPath)

지정한 indexPath의 셀이 표시될 예정임을 나타냅니다.

WillDisplayFooterView(IUITableViewDelegate, UITableView, UIView, nint)

지정된 섹션의 바닥글 보기가 표시될 예정임을 나타냅니다.

WillDisplayHeaderView(IUITableViewDelegate, UITableView, UIView, nint)

지정된 섹션의 헤더 보기가 표시될 예정임을 나타냅니다.

WillSelectRow(IUITableViewDelegate, UITableView, NSIndexPath)

지정한 indexPath의 셀을 선택하려고 했음을 나타냅니다.

적용 대상