Reputation: 3405
I have added a UIViewController
in the storyboard. And when I tried to change its size, there are no options showing in the size inspector. The attributes inspector also shows nothing. The xcode version that I am using is 9.4.1. It was working before.
Upvotes: 3
Views: 1984
Reputation: 483
In Xcode 14.3.1 I could not get it working again. Downgrading to Xcode 14.0 solved it.
Upvotes: 0
Reputation: 151
Sometime its Xcode Bug, Just close current tab and open new … Hopefully you will see the Size Inspector.
If you will still face the problem follow the below instructions to test your Xcode is working properly and you are using ode in proper way.
For this, you’ll use an image view (UIImageView), a user interface element that displays a picture.
To add an image view to your scene
Open your storyboard, Main.storyboard.
Open the Object library in the utility area. (Alternatively, choose
View > Utilities > Show Object Library.)

In the Object library, type image view in the filter field to find
the Image View object quickly.
Drag an Image View object from the Object library to your scene so
that it’s in the stack view below the button.

Upvotes: 1
Reputation: 8904
Sometimes it happens with the Xcode, it seems the bug in it.
The solution is
Just close the current tab and open a new tab. Now Size inspector, attribute inspector, etc. will be shown.
Upvotes: 6