Share via


UITableViewSeparatorInsetReference Enum

Definition

Enumerates inset behaviors in a table view.

[ObjCRuntime.Native]
public enum UITableViewSeparatorInsetReference
[<ObjCRuntime.Native>]
type UITableViewSeparatorInsetReference = 
Inheritance
UITableViewSeparatorInsetReference
Attributes

Fields

Name Value Description
CellEdges 0

Indicates that insets are calculated from the edge of the cell.

AutomaticInsets 1

Indicates that insets are calculated from the default separator insets.

Applies to