中的对象库在哪里

中的对象库在哪里

本文介绍了Xcode 10 中的对象库在哪里?的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在 Xcode 10 中,用于显示过去在 Xcode 9 及更早版本中出现在右下角的视图和控制器对象、代码片段和媒体的对象库在哪里?

In Xcode 10, where is the Object Library which shows view and controller objects, code snippets and media that used to appear towards the lower right corner in Xcode 9 and older?

推荐答案

快捷方式:

  • + + :显示库.

  • + + : Show Library.

+ + :显示媒体库.

+ + : Show Media Library.

Xcode 10 添加了一个工具栏按钮来访问对象库.

Xcode 10 has added a toolbar button to access the Object Library.

来自 Apple 开发者论坛上的主题:

From a thread on Apple Developer Forum:

库内容已从检查器区域的底部移动到覆盖窗口,可以像 Spotlight 搜索一样移动和调整大小.一旦项目被拖动,它就会消失,但在拖动之前按住 Option 键将使库保持打开状态以进行额外的拖动.

可以通过新的工具栏按钮打开库,View >库 菜单,或 ⇧⌘L 键盘快捷键.内容动态匹配活动编辑器,因此相同的 UI 提供对代码片段、Interface Builder、SpriteKit 或 SceneKit 项目的访问.媒体库可通过长按工具栏按钮获得,View >库 菜单,或 ⇧⌘M 键盘快捷键.(37318979, 39885726)

The library can be opened via a new toolbar button, the View > Libraries menu, or the ⇧⌘L keyboard shortcut. Content dynamically matches the active editor, so the same UI provides access to code snippets, Interface Builder, SpriteKit, or SceneKit items. The media library is available via a long press on the toolbar button, the View > Libraries menu, or the ⇧⌘M keyboard shortcut. (37318979, 39885726)

这篇关于Xcode 10 中的对象库在哪里?的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 13:55