Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Size Inspector Xcode 8.3.1 not showing several options

Tags:

xcode

ios

xcode8

I am following the iOS App Development guides from Apple to learn about Xcode and Swift. There's one assignment where I need to select something in the Size Inspector tab. However, the option isn't listed there. I've searched the web for solutions but I cannot find any proper solution.

Do you guys have any tips?

Here's a screenshot of the Xcode window:

Screenshot of Xcode

Link to the Apple Guide: Apple iOS App Guide (Looking for the Intrinsic Size option to select 'Placeholder.')

like image 311
Frank Avatar asked Apr 12 '17 07:04

Frank


1 Answers

I had this same problem. When you dragged the Image View thumbnail under the button, it was added below the Stack View in the View Controller Scene. You need to move it, so the Image View is within the Stack View section (not under it). Once it’s inside the Stack View, the full list of options will appear in the Size Inspector tab. Click here to see the Image View placement inside Stack View

like image 170
Karen Avatar answered Sep 20 '22 07:09

Karen