UIKit.UITableView.EndUpdates Method
Finalize a series of method calls that insert, update or select rows to animate as one operation. UITableView.BeginUpdates() must be called before the modifications are made.

Syntax

[Foundation.Export("endUpdates")]
public virtual void EndUpdates ()

Remarks

Call this method to bracket a series of table modifications (insert, delete or select rows) that began with UITableView.BeginUpdates(). When EndUpdates is called the table view animates the operations simultaneously. Calls to UITableView.BeginUpdates() and EndUpdates can be nested. If you make insertion, deletion or selection calls outside of a UITableView.BeginUpdates()/EndUpdates block then table attributes such as row count might become invalid.

Requirements

Namespace: UIKit
Assembly: Xamarin.iOS (in Xamarin.iOS.dll)
Assembly Versions: 0.0.0.0