I have 2 apps that are using UIPickerViews, if the user does nothing (even though it appears the first row is selected) the app won't compute. I.e. if they want to choose the first row, they need to scroll down, then back and select the first row...not very intuitive. How can I set a default state so that if they choose nothing, the first row displayed is selected by default?
Thanks!