Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
知道如何让这个窗口在 xcode 中可见吗?
我想更改方向,但在任何地方都找不到“模拟指标”选项卡。
由于Simulated Metrics仅适用于UIViews(如果您不使用Storyboards)和UIViewController子类,最简单的方法是选择视图或控制器并执行以下操作:
Simulated Metrics
UIViews
Storyboards
UIViewController
只有选择 viewController 并选择
查看 -> 实用程序 -> 显示属性检查器
您必须选择一个视图控制器并显示实用程序面板。