2

Hi guys I'm trying to add an item to my viewcontroler (as shown) but the item attribute selection bar is not showing. There is nowhere for me to drag the buttons from. Not sure if this is a glitch or if I'm an idiot and not seeing the obvious. Here's the photo

Eric Aya
  • 69,473
  • 35
  • 181
  • 253
  • 4
    Are you using Xcode 10? if yes press Shift+Command+L to show viewLibrary form where you can drag view components. – Kazi Abdullah Al Mamun Oct 04 '18 at 07:12
  • Possible duplicate of [My library pane is missing, how to get it back](https://stackoverflow.com/questions/52566356/my-library-pane-is-missing-how-to-get-it-back) – Gereon Oct 04 '18 at 07:36

3 Answers3

4

In Xcode 10 you can use COMMAND+SHIFT+L shortcut to get the View Library. Or you can click the icon in top right corner mentioned in the below image.

ViewLibrary

It will show up as a movable pop-up like below. ViewLibrary

Rugmangathan
  • 3,186
  • 6
  • 33
  • 44
1

It Moved to the top right corner of the XCode as shown on the picture. NB To see the button you must switch to Interface Builder. It now works only in IB context

It Moved to the top right corner of the XCode

Community
  • 1
  • 1
fewlinesofcode
  • 3,007
  • 1
  • 13
  • 30
0

Xcode 10. Use Shift+Command+L or click it here. enter image description here

Alex Kolovatov
  • 859
  • 7
  • 12