I\'m using autolayout on iOS7 and I have a problem like this:
I\'m putting a UILabel onto a UIView and I\'m arranging my autolayout constraints so that the label\'s cen
If you are trying to give the UILabel a different colour to its parent view, then you will need to enclose the UILabel in a UIView with the padding and the background colour you want. If your UILabels background colour is the same as its parent view, then I don't understand the problem just use auto layout to specify how much space you want relative to the thing it is next to.