LayerPosition

extension LayerPosition
  • Convenience initializer for LayerPosition

    Declaration

    Swift

    public convenience init(above: String? = nil, below: String? = nil, at: Int? = nil)

    Parameters

    above

    Layer should be positioned above specified layer id

    below

    Layer should be positioned below specified layer id

    at

    Layer should be positioned at specified index in a layers stack

  • at

    Layer should be positioned at a specified index in the layers stack

    Declaration

    Swift

    public var at: UInt32? { get }
  • Undocumented

    Declaration

    Swift

    public override func isEqual(_ object: Any?) -> Bool