I have a UILabel in a custom button.
to the left of the label I have a UIPageControl. The PageControl might have more or less pages. Now I would like to use auto layout to hide the label when there is not enough room for all three of them. When just changing the width of the label the text gets truncated or clipped. Is there some trick?