0
Good night people... I have the following problem : I need to insert a Picker view into my application, this Picker view receives the data from an array, and when the user clicks on a button an action triggers that takes the pickView value (it can be up to the position in the array) and changes the text of a label. I’ve tried several tutorials on the internet, however all or give compilation problem , or when testing on the iphone of the problem when opening the view. Could someone please or refer me to a well explained tutorial that is working or could you show me how it does ? Thank you
Your doubt has been since the creation of this
UIPickerView
and fill it, or just get the selected value to fill theUILabel
?– Paulo Rodrigues
Friend managed to populate the Picker view... How do I know which option my user has selected, or whichever function I can run to know which one is selected ? type a . text
– Augusto Furlan