0

I'm trying to drag an UIButton to my View, but the view with the Drag and Drop Function isn't there, where it should be?

I'm a absolutely beginner. I have the Xcode version 10.1 beta 2

enter image description here

Kerberos
  • 4,036
  • 3
  • 36
  • 55
Athii
  • 559
  • 5
  • 19

2 Answers2

0

In XCode 10 they have been moved, click on the first top rounded button (near the show standard editor) of your picture or use the shortcut ⇧+⌘+L to open the library and ⇧+⌘+M to open the media.

enter image description here

Kerberos
  • 4,036
  • 3
  • 36
  • 55
0

If you are trying to place a button in your View Controller, simply tap the top icon that looks like an old iPhone button and drag in the button:

enter image description here


You can also use keyboard shortcuts:

Use ShiftCommandL to show the Object Library, or use Option with the shortcut to open the Object Library.

George
  • 25,988
  • 10
  • 79
  • 133