How can I add an indent or offset to text inside a UILabel? It needs to be a specific pixel size, independent of the font size.
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.
you could create another
UILabeland then set each label’s frames to be a certain width apart, that way it could be done dynamically rather easily if thats what you are trying to accomplish.