NWPickerField, a combo box for the iPhone.

I was working on a project and needed a way to pick an expiration date for credit card processing and wanted to use the same control for choosing a state. The solution I came up with is a read-only picker field that uses the UIPickerView for input instead of the keyboard.

The idea was to have something . . . → Read More: NWPickerField, a combo box for the iPhone.