Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode Storyboard textview error getting cut in middle

I have a strange error in Xcode 5.0.2.

I just made a new project with the tab bar template. In the views, there is a textview. It is for some reason cut in the middle (see pic below).

I also have same problem with other projects. I have not tampered with the project in any way yet.

Anybody has an idea why and how to fix it?

Thanks!

EDIT: extra screenshot

screenshot from xcode

attributes

size

like image 269
B-Man Avatar asked Nov 28 '13 20:11

B-Man


2 Answers

I was having the same issue. I noticed if I changed the View -> Mode from the default "Scale To Fill" to "Aspect Fill" it fixed the issue. Oddly, changing it back didn't cause the issue to resurface, so it definitely seems to be a bug with the interface builder in Xcode.

like image 185
software evolved Avatar answered Sep 22 '22 23:09

software evolved


The error is known with Apple and merged with another BUG. Hope they will fix soon.

like image 40
B-Man Avatar answered Sep 24 '22 23:09

B-Man