https://i.stack.imgur.com/2KxdM.png
I have this segmented control that I made, however I don’t know how to shrink the left button, since there is too much space on the right and left. any suggestions?
theres a link to the image.
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 you can use the method
setWidth:forSegmentAtIndex:of the UISegmentedControl to control the width of a segment.