I'm using a UIPickerView
, and it has the first value chosen by default. When the user doesn't move the UIPickerView
from this initial selection, however, the value selected comes back as NSNull
. How can I make it so either:
- The first value is recognized whether the user changes the selection or not.
- The
UIPickerView
contains a blank value that I can check for in the first spot.