Darkseal / DownPicker

A lightweight DropDownList / ComboBox for iOS, written in Objective-C
MIT License
202 stars 93 forks source link

How to populate with Date or Time #42

Open LiamInJapan opened 7 years ago

LiamInJapan commented 7 years ago

Hi there,

I am using this in a project and so far it's been very easy to use and setup, thanks!

One issue I have however is I want to use it for multiple fields in one view... Some of which are date fields.

Is there an easy way of identifying DownPicker as using a standard (and infinite) dataset such as date or time?

Many thanks!

Liam