Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Inspector size on xcode 5 is showing nothing

In xcode 5 with iOS7 target project the size inspector in storyboard is not work. When I have one element selected like a button, view or anything else and I go to size inspector of storyboard all is empty showing nothing.

I tried restarting Xcode, unchecking Autolayout, uninstalling an reinstall Xcode and nothing. This problem persists.

Is very strange that on other Macs I open the project and size inspector works correctly then not is a project issue.

If someone have the same problem and solve it. Please tell me how can I fix.

Thanks.

like image 317
user2868873 Avatar asked Jan 13 '23 04:01

user2868873


2 Answers

The answer that helped me is here. MouseOver "View" shows Button "Show".

like image 105
Lem Avatar answered Jan 21 '23 07:01

Lem


Reinstall of MAC OS X solves this issue 100%. In inspector size. But in size inspector you've probably noticed the "Show"|"Hide" watermark an the right top corner of panel. I agree that these hidden invisible buttons in IB is not the best solution in terms of UX. But Apple knows better :)

like image 39
HopeNick Avatar answered Jan 21 '23 06:01

HopeNick