Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to delete things when I'm using the storyboard?

When it comes to Xcode4.2, I'm really in a puzzle about the storyboard. For example, I add a label to a view in the storyboard, but after a moment, I feel it's not the thing I needed.How can I delete this label?

like image 271
Ringo_D Avatar asked Jan 18 '12 17:01

Ringo_D


1 Answers

You just select the label you want to delete, and hit the delete button on your keyboard. That will remove the object. It works for me.

I use the delete back button!

You can also edit the Document outline, which is just on the left of the storyboard editor. It may be hidden, but you can show it by clicking the small circle with a triangle inside it. Here is a screenshot to help you. If you select items there and hit delete. It will remove them whenever it is possible. Storyboard editor

like image 145
The dude Avatar answered Oct 11 '22 05:10

The dude