Protocols

The following protocols are available globally.

  • Delegate protocol for MUAvatar.

    See more

    Declaration

    Swift

    @objc
    public protocol MUAvatarDelegate : AnyObject
  • Delegate protocol for MUButton.

    See more

    Declaration

    Swift

    @objc
    public protocol MUButtonDelegate : AnyObject
  • Keyboard protocol.

    See more

    Declaration

    Swift

    @available(iOS 11.0, *)
    @objc
    public protocol MUKeyboard : AnyObject
  • FloatingPoint protocol

    See more

    Declaration

    Swift

    public protocol MUFloatingPoint : FloatingPoint
  • Delegate protocol for MUDateSlider objects.

    See more

    Declaration

    Swift

    @objc
    public protocol MUDateSliderDelegate : AnyObject
  • Delegate protocol for MUMeasurePicker objects.

    See more

    Declaration

    Swift

    @objc
    public protocol MUMeasurePickerDelegate : AnyObject
  • Delegate protocol for MUPinCode.

    See more

    Declaration

    Swift

    @objc
    public protocol MUPinCodeDelegate : AnyObject
  • Delegate protocol for MURadioButtonProtocol objects.

    See more

    Declaration

    Swift

    @objc
    public protocol MURadioButtonDelegate : AnyObject
  • Protocol to define a radio button that can be added to the MURadioButtonGroup

    See more

    Declaration

    Swift

    @objc
    public protocol MURadioButtonProtocol : AnyObject
  • Delegate protocol for MUStat.

    See more

    Declaration

    Swift

    @objc
    public protocol MUStatDelegate : AnyObject
  • Delegate protocol for MUTextField.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTextFieldDelegate : AnyObject
  • Delegate protocol for MUTimeSlider.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTimeSliderDelegate : AnyObject
  • Delegate protocol for MUTopBar.

    See more

    Declaration

    Swift

    @objc
    public protocol MUTopBarDelegate : AnyObject