Blog

Labels with padding in iOS

4 December, 2015
Lammert Westerhoff

Lammert Westerhoff

There is no standard way of creating UILabels with padding around the text in iOS. And usually that’s not really necessary because you should be using auto layout to position the label and the space around them. However, there are some occasions when you have a UILabel and just need some padding around it. One such occasion would be the creation of table view headers. Instead of manually creating a UIView around a UILabel to achieve this let’s have a look at some alternatives.

Lammert Westerhoff

Contact

Let’s discuss how we can support your journey.