Mustafa Ahmedani
Mustafa Ahmedani

Reputation: 79

How do I resize things in the interface builder on Xcode 4.5?

I recently downloaded Xcode 4.5 (Developer Preview) and have noticed that when you drag something in, you can't resize it by clicking and dragging the edges of the element you have dragged in. How do I resize my UITextView?

EDIT: It was just constraints (part of Xcode 4.5) that were getting in my way. It's all okay now, thanks for your help anyway!

Upvotes: 3

Views: 1053

Answers (2)

polterfest
polterfest

Reputation: 96

In Interface Builder Go to: Interface Builder ->Simulated Metrics ->Size - > Freeform

You will now be able to resize the view.

@Mustafa Ahmedani - you can turn off constraints by : Interface Builder ->File Inspector ->Interface Builder Document -> Use AutoLayout (uncheck).

P.S: Also please upvote. Thanks :)

Upvotes: 4

bgolson
bgolson

Reputation: 3500

If you install the full version of 4.5, now available in the app store, it should work fine.

Upvotes: 0

Related Questions