如何在Xcode模拟器中获取元素的尺寸

时间:2017-08-20 07:18:31

标签: ios xcode react-native

我在xcode模拟器中运行我的react本机应用程序。现在我想检查元素的大小,如果可能的话,我想暂时改变一下,看看我需要在代码中做些什么。类似Chrome浏览器中的开发人员工具。这可能吗?

enter image description here

2 个答案:

答案 0 :(得分:1)

您可以使用react-devtools(请参阅guide in official documentation)。

安装并运行开发人员工具后,您可以使用React Native开发人员菜单中的常规元素检查器调试工具(Cmd + DShow Inspector)。

现在,您可以访问Chrome Devtools体验,而不是限制模拟器内检查器,您可以在其中检查和编辑元素样式和道具。

Devtools example

答案 1 :(得分:0)

使用Xcode构建应用程序并在模拟器中运行,然后您可以使用debugging view hierarchy tool