Question

I want to keep spacing between the UILables in my Xcode project when i'm in landscape mode. I have a scrollview with a few labels on it & it looks good in portrait mode but when im in landscape mode the labels are rising over each other & it looks bad. Is there any way to keep perspectivlly the spaces between the labels on landscape?

Thanks!

Was it helpful?

Solution

Try playing with autoresizing masks on the labels. If that doesn't work just reposition the labels from the viewcontroller whenever you get the rotation events.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top