I have a picker view that populates a textField
with a URL
from an array. I would like the user to select an option from the picker view which then opens up the webView
with the supplied address in the textField
. Is that possible?
Is there a more efficient or easier way to do this?
**The only code I have is for the PickerView populating the textField
.