Hi, i need some help with my xcode homework.
in the application, i have a textfield and a slider. The input in the textfield in integers (Age). and what i want to do is to synchronize the slider and the textfield.
I was able to change the value of the text when the slider moves, but i couldn't do it in reverse...
So basically the question is:
How to change the value of the slider depending on the value of the textfield. (and again, it's an integer)
Help is much appreciated.
in the application, i have a textfield and a slider. The input in the textfield in integers (Age). and what i want to do is to synchronize the slider and the textfield.
I was able to change the value of the text when the slider moves, but i couldn't do it in reverse...
So basically the question is:
How to change the value of the slider depending on the value of the textfield. (and again, it's an integer)
Help is much appreciated.