I have picker view with two components. Second component has data like “Farenheit(F)”,”Celcius(C)” and First component have values of F and C.
I want to reload the First component with different data according to the value selected. Second component like F & C.
So my question is “is it possible?” if yes then please reply with example or “how to do it?”.
I have picker view with two components. Second component has data like Farenheit(F),Celcius(C) and
Share
I found the answer to my own question.
The way to accomplish this is below — also, remember to call this code in the
numberOfRowsInComponent:method.In the
titleForRow:method: