I recently updated to Xcode 4.3 and it disabled my UILabels’ autoshrink property. I rechecked the boxes in IB and rebuilt the project but it is still cutting off the text. Any suggestions? Is this a known bug? Is there a way to fix this programatically.
I recently updated to Xcode 4.3 and it disabled my UILabels’ autoshrink property. I
Share
I’m seeing the same thing. You can work around it programmatically (I do it in viewDidLoad):