I have a slider when i clicked on the button the slider value is incremented by one can any one help me.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Create an outlet for the slider. And whenever you click the button, get the slider value, add 1 to it, and update the slider by outlet.
EDIT:
.H file
.M file
.xib’s Screen shot
