I created and loaded a UIPickerView for a user to select a city. After the user selects the city, it fills in the UI's city textbox (so far so good).
My question is, could I also fill in the associated zip code? I created a "special" UITextField (City textfield) which overrides UIView InputView to display the UIPickerView as a pop-up on the bottom of the UI. Not sure if raising an event is the right approach or some other Xamarin.Ios trick. Any help would be appreciated!
Thanks in advance