IOS newb with web programming background.
In html I am used to drop down boxes with states (i.e. AK,AL,CA,MA,NY,NJ, etc.) using the select statement. What is the equivalent syntax using UIpickerview? I know how to put the picker view in storyboard but don't know how to get all the states to show up in the picker and then capture the selected state.
Thanks in advance for any suggestions.