Jose
Jose

Reputation: 347

How can I remove a vertical guide in Xcode in Interface Builder?

I added a vertical guide in my nib file by using "Editor->Add Vertical Guide". However, now I want to get rid of it and I don't see any option to do that? I have the same problem with Horizontal guides. Help!

Upvotes: 16

Views: 3488

Answers (3)

Alex Popadich
Alex Popadich

Reputation: 141

Remember to drag vertical guides horizontally and horizontal guides vertically out of the window's bounds Then you should see the "Poof"!

Also, I had to add an additional guide to my view in order to make the ones that were previously added visible.

Upvotes: 2

Dmytro Mykhailov
Dmytro Mykhailov

Reputation: 249

This works for me also, but had to restart Xcode. Without restart "move" cursor didn't appear for some reason.

Upvotes: 1

MStudios
MStudios

Reputation: 1063

To remove the horizontal or vertical guides, simply select the guide with your mouse and drag it off the nib view in Interface Builder, then it will show a "poof" cloud and then it is deleted.

Upvotes: 46

Related Questions