다음을 통해 공유


UITableView.MoveRow(NSIndexPath, NSIndexPath) 메서드

정의

행을 에서 fromIndexPathtoIndexPath이동합니다.

[Foundation.Export("moveRowAtIndexPath:toIndexPath:")]
public virtual void MoveRow (Foundation.NSIndexPath fromIndexPath, Foundation.NSIndexPath toIndexPath);
abstract member MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit
override this.MoveRow : Foundation.NSIndexPath * Foundation.NSIndexPath -> unit

매개 변수

fromIndexPath
NSIndexPath

NSIndexPath 원래 행을 나타내는 입니다.

toIndexPath
NSIndexPath

원하는 위치입니다.

특성

설명

또는 DeleteRows(NSIndexPath[], UITableViewRowAnimation)와 달리 InsertRows(NSIndexPath[], UITableViewRowAnimation) 행 배열을 이동하는 함수는 없습니다. 대신 애플리케이션 개발자는 이 함수를 반복적으로 호출해야 합니다. 이 함수가 애니메이션 블록 내에서 BeginUpdates()-EndUpdates() 호출되면 모든 행 조작이 단일 애니메이션으로 발생합니다.

적용 대상