FixedViewEdge

public enum FixedViewEdge : Equatable
extension FixedViewEdge: ViewEdgeConvertible

A view edge relative to a fixed physical edge of the screen.

  • top

    The top edge.

    Declaration

    Swift

    case top
  • The left edge.

    Declaration

    Swift

    case left
  • The right edge.

    Declaration

    Swift

    case right
  • The bottom edge.

    Declaration

    Swift

    case bottom
  • Declaration

    Swift

    public func fixedViewEdge(
        using traitCollection: UITraitCollection?
    ) -> FixedViewEdge
  • Declaration

    Swift

    public func directionalViewEdge(
        using traitCollection: UITraitCollection?
    ) -> DirectionalViewEdge