MUSegmentIndicatorView

final internal class MUSegmentIndicatorView : UIView

View that define the current indicator.

  • The view’s Core Animation layer used for rendering.

    Declaration

    Swift

    internal var layerMask: CALayer { get }
  • The button’s corner radius.

    Declaration

    Swift

    internal var cornerRadius: CGFloat { get set }
  • The frame rectangle, which describes the view’s location and size in its superview’s coordinate system.

    Declaration

    Swift

    override internal var frame: CGRect { get set }
  • Initializes and returns a newly allocated view object with the specified frame rectangle.

    Declaration

    Swift

    override internal init(frame: CGRect)
  • Returns an object initialized from data in a given unarchiver.

    Declaration

    Swift

    required internal init?(coder aDecoder: NSCoder)
  • Initializes and returns a newly allocated view object with a zero frame rectangle.

    Declaration

    Swift

    convenience internal init()