Classes

The following classes are available globally.

  • Allows to swipe horizontally through a lot of items ensuring only a handful of subviews are used. The views corresponding to each element can be of different width and can use Auto Layout.

    NOTE: When widths of items are very different, then scrolling and panning can be a bit funky.

    See more

    Declaration

    Objective-C

    @interface MMMHorizontalPicker : UIView

    Swift

    class MMMHorizontalPicker : UIView