How can i change the default slider in iOS?
By this i mean making the slider thicker and the knob larger.
Is it even possible or am i forced to create a custom slider?
Thanks in advance
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.
Yes with iOS5 you can use the appearance protocol. Or directly manipulate the UISlider. Have a look at the documentation, there are several appearance methods to replace the graphics for the bars & the knob.