Reputation: 5168
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.
Upvotes: 2
Views: 4695
Reputation: 9820
you could create another UILabel
and 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.
Upvotes: 2