TestsTested | ✗ |
LangLanguage | Obj-CObjective C |
License | MIT |
ReleasedLast Release | Dec 2017 |
Maintained 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.
RDHExpandingDatePickerView
provides access to the backing UIDatePicker
allowing customisation of the picker mode.
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.
Docset for Dash