Home > Back-end >  Delete UILabel from Storyboard
Delete UILabel from Storyboard

Time:01-25

How can I remove a UILabel from storyboard in XCode? I mention that I use UIKit framework.

I'm looking for a "delete" button but I can't find it.

CodePudding user response:

You should click the label and then use the keyboard's [Backspace] button. It's above the [Enter] button.

CodePudding user response:

Select the button in the canvas view or in the document outline. Then press the delete key on your keyboard or, from the menu bar, choose Edit > Delete.

  • Related