MUSubRangeView

final internal class MUSubRangeView : MUNibView

View that define an associated MUSubRange.

  • Define the trimmer handler width

    Declaration

    Swift

    internal var pickerWidth: CGFloat { get set }
  • Define the trimmer indicator color

    Declaration

    Swift

    internal var indicatorColor: UIColor { get set }
  • Define the trimmer border width

    Declaration

    Swift

    internal var borderWidth: CGFloat { get set }
  • Define the trimmer border color

    Declaration

    Swift

    internal var borderColor: UIColor { get set }
  • Define the trimmer corner radius

    Declaration

    Swift

    internal var cornerRadius: CGFloat { get set }
  • Define the trimmer title

    Declaration

    Swift

    internal var title: String { get set }
  • Define the trimmer title padding

    Declaration

    Swift

    internal var titlePadding: CGFloat { get set }
  • Define the trimmer title color

    Declaration

    Swift

    internal var titleColor: UIColor { get set }
  • Define the trimmer title font

    Declaration

    Swift

    internal var titleFont: UIFont { get set }
  • Define the keyboard appearance when editing the trimmer title

    Declaration

    Swift

    internal var keyboardAppearance: UIKeyboardAppearance { get set }
  • Define the trimmer title caret color while editing

    Declaration

    Swift

    internal var caretColor: UIColor { get set }
  • Default setup to load the view from a xib file.

    Declaration

    Swift

    override internal func xibSetup()
  • Updates constraints for the view.

    Declaration

    Swift

    override internal func updateConstraints()
  • Returns the farthest descendant of the receiver in the view hierarchy (including itself) that contains a specified point.

    Declaration

    Swift

    override internal func hitTest(_ point: CGPoint, with event: UIEvent?) -> UIView?
  • Asks the delegate if the text field should process the pressing of the return button.

    Declaration

    Swift

    public func textFieldShouldReturn(_ textField: UITextField) -> Bool