The methods of UIKit.UITableViewCell are listed below. For a list of all members, see the UITableViewCell Members list.
See Also: Inherited members from UIKit.UIView
static | AppearanceWhenContainedIn(params Type[])Returns a strongly typed UIAppearance for instances of this class when the view is hosted in the specified hierarchy. | |
DidTransitionToState(UITableViewCellState)Called on the cell just after it transitions between cell states. | ||
static | GetAppearance<T>()The strongly-typed IUIAppearance for this object. | |
static | GetAppearance<T>(UITraitCollection)Documentation for this section has not yet been entered. | |
static | GetAppearance<T>(UITraitCollection, params Type[])Documentation for this section has not yet been entered. | |
PrepareForReuse()Prepares a cell for reuse by the table view's UIKit.UITableViewSource. | ||
SetEditing(bool, bool)Toggles the cell in and out of editing mode. | ||
SetHighlighted(bool, bool)Sets the highlighted state of the cell, optionally animating the transition between states. | ||
SetSelected(bool, bool)Sets the selected state of the cell, optionally animating the transition between the states. | ||
WillTransitionToState(UITableViewCellState)Called on the cell just before it transitions between states. | ||