UIKit.UITableViewRowAnimation Enumeration
An enumeration of animations used when rows are inserted or deleted from a table view.

Syntax

[ObjCRuntime.Native]
public enum UITableViewRowAnimation

Remarks

Members

Member NameDescription
AutomaticAllows the table view to choose an appropriate animation.
BottomInserted row/s slide up from the bottom, deleted row/s slide down.
FadeAffected rows fade in/out of view.
LeftInserted row/s slide in from the left, deleted row/s slide out to the left.
MiddleThe table view tries to keep the location of affected cells centered in the table view.
NoneThere is no animation when cells are added or removed. The cell appears immediately, as if the table view had been reloaded.
RightInserted row/s slide in from the right, deleted row/s slide out to the right.
TopInserted row/s slide down from the top, deleted row/s slide up.

Requirements

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