Sdílet prostřednictvím


UITableView.InsertSections(NSIndexSet, UITableViewRowAnimation) Method

Definition

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

Parameters

sections
NSIndexSet
withRowAnimation
UITableViewRowAnimation
Attributes

Applies to