YAxisAnchor
public enum YAxisAnchor
Anchors that constrain views along the y-axis
-
top anchor
Declaration
Swift
case topAnchor
-
center Y anchor
Declaration
Swift
case centerYAnchor
-
bottom anchor
Declaration
Swift
case bottomAnchor
-
top margin anchor
Declaration
Swift
case topMarginAnchor
-
center Y margin anchor
Declaration
Swift
case centerYMarginAnchor
-
bottom margin anchor
Declaration
Swift
case bottomMarginAnchor