Xcode 10, where are the UI elements?

前端 未结 5 1331
走了就别回头了
走了就别回头了 2021-01-31 12:47

Have been out of Swift coding for almost a year, I\'m back.

Download Xcode 10 beta. Have I lost my mind? I\'ve tried every trick I know, none of the UI elements show u

5条回答
  •  感情败类
    2021-01-31 13:43

    Don't scare about you don't find Library, Snippet, Media.

    Find Library or Snippet

    Show Library

    view -> Libraries -> Show Library
    

    Open Library

    view -> Libraries -> Show Library + Keyboard(Alt Key)
    

    Shortcut Show Library : Command + Shift + L

    Shortcut Open Library : Command + Shift + Alt + L

    Note : This is only works when you are in storyboard or xib file, otherwise it will open snippet. Same shortcut will works for open snippet and show snippet

    Open/Show Snippet

    Same shortcut will works, let me explain.

    Just goto(select) .swift file or viewcontrolelr.h file or viewcontroller.m file and fire show library shortcut / open library shortcut it will show Snippet dialog.

    Find Media

    view -> Libraries -> Show Media
    

    Shortcut Show Library : Command + Shift + M Shortcut Open Library : Command + Shift + Alt + M

提交回复
热议问题