ActiveIndicatorView

public class ActiveIndicatorView : UIView

Show a vertical blue gradient band to indicate the active item in a list.

  • The class of the layer to create for the background of the view

    Declaration

    Swift

    override public class var layerClass: AnyClass { get }
  • Layout changed, update the gradient of the background layer.

    Declaration

    Swift

    override public func layoutSubviews()
  • Traits changed, update the gradient of the background layer.

    Declaration

    Swift

    override public func traitCollectionDidChange(_ previousTraitCollection: UITraitCollection?)

    Parameters

    previousTraitCollection

    previous traits