RDHExpandingPickerViews 1.1.0

RDHExpandingPickerViews 1.1.0

TestsTested
LangLanguage Obj-CObjective C
License MIT
ReleasedLast Release Dec 2017

Maintained by Rich Hodgkins.




  • By
  • Rich Hodgkins

Installation:

pod 'RDHExpandingPickerViews'

Inline view that expands to show a UIPickerView/UIDatePickerView.

The two classes RDHExpandingDatePickerView and RDHExpandingPickerView are a container around their respective pickers.

Checkout the online documentation for more customisation.

The default look is exactly the same as the date picker in the Calendar application on iOS.

Date image

Date picker

RDHExpandingDatePickerView provides access to the backing UIDatePicker allowing customisation of the picker mode.

Picker

RDHExpandingPickerView does not expose the backing UIPickerView as there is not much that can be customised on the standard picker. Instead there is a RDHExpandingPickerViewDataSource to provide backing data, and RDHExpandingPickerViewDelegate to react to changes in the picker as well as the display values.

Documentation

Online docs

Docset for xcode

Docset for Dash