Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Xcode 4.5 "Apply retina 4 Form factor" toggle button not working properly

Tags:

xcode

ios6

I'm trying to update an IOS app for IOS6 and iPhone 5, but I have a problem resizing some views from the main Storyboard.

When I click on the new "Apply Retina 4 Form Factor" button, some of the views included in the StoryBoard don´t resize. I´ve checked all the settings for every Scene and seem to be configured in the same way. Any idea? Thanks in advance.

like image 538
aguedob Avatar asked Nov 13 '22 17:11

aguedob


1 Answers

You might have found your solution but I just had a similar problem. For future notice, I found the fix was in the show size inspector and instead of using layout rectangle, I used frame rectangle.

like image 61
nimbus Avatar answered Nov 15 '22 09:11

nimbus