Sdílet prostřednictvím


UITableView.InsertRows(NSIndexPath[], UITableViewRowAnimation) Method

Definition

[Foundation.Export("insertRowsAtIndexPaths:withRowAnimation:")]
[ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)]
public virtual void InsertRows(Foundation.NSIndexPath[] atIndexPaths, UIKit.UITableViewRowAnimation withRowAnimation);
[<Foundation.Export("insertRowsAtIndexPaths:withRowAnimation:")>]
[<ObjCRuntime.BindingImpl(ObjCRuntime.BindingImplOptions.GeneratedCode | ObjCRuntime.BindingImplOptions.Optimizable)>]
abstract member InsertRows : Foundation.NSIndexPath[] * UIKit.UITableViewRowAnimation -> unit
override this.InsertRows : Foundation.NSIndexPath[] * UIKit.UITableViewRowAnimation -> unit

Parameters

atIndexPaths
NSIndexPath[]
withRowAnimation
UITableViewRowAnimation
Attributes

Applies to