In my app i have a slider which i need to customize. I have some pictures which i want to put on bar and thumb of the slider.
Anyone can help me with this?
Thanks,
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.
Did you look in the documentation?
UISliderhas several methods to change its appearance:If that’s not enough for your needs (e.g. because one image per slider element is not enough), you’ll have to subclass
UISliderand probably draw the slider yourself.