Classes

The following classes are available globally.

  • Class that act like UIButton with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUAvatar : MUNibView
  • Class that act like UIButton with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUButton : MUNibView
  • An object that manages the content for a rectangular area on the screen from a xib file.

    See more

    Declaration

    Swift

    open class MUNibView : UIView
  • A class that create a weak target to avoid retain cycles.

    See more

    Declaration

    Swift

    final public class MUWeakProxy : NSObject
  • Class that define a title and a detail description.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUHeader : MUNibView
  • Class that act like a bar chart image generator with customizable options.

    See more

    Declaration

    Swift

    open class MUHistogram : MUNibView
  • Class that act like UIScrollView + isPagingEnabled with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUHorizontalPager : MUNibView
  • Class that act like UINavigationBar with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUNavigationBar : MUNibView
  • Class that act like UIPageControl with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUPageControl : UIControl
  • Class that provide a pin code like component with customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUPinCode : MUNibView
  • Class that provide a proportional progress with customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUProportionalBar : MUNibView
  • Class that act like UISegmentedControl with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUSegmentedControl : UIControl
  • Class that act like UITextField with more customizable options.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUTextField : MUNibView
  • Class that define a title and a button on left side.

    See more

    Declaration

    Swift

    @IBDesignable
    open class MUTopBar : MUNibView