SaltyNuts
SaltyNuts

Reputation: 5168

UILabel text offset/indent

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

Answers (1)

Jesse Naugher
Jesse Naugher

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

Related Questions