I am using the UISlider's setThumbImage:forState to customize the look of slider's thumb. But this looks much bigger. The image that I'm using is of size 55x55 pixels. What should be the size of image that i've to use?
Asked
Active
Viewed 5,643 times
1 Answers
10
From XIB, i found that, the height of UISlider is 23 pixels. And when I changed the image size to 23x23 pixels, it looks perfect now.

Satyam
- 15,493
- 31
- 131
- 244