我在 iPhone 上看到的实际视图是哪个?
如何检查我在 iPhone 上看到的实际视图? 谢谢你!
How can a check which is the actual view i can see on my iphone?
thank you!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何检查我在 iPhone 上看到的实际视图? 谢谢你!
How can a check which is the actual view i can see on my iphone?
thank you!
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(2)
我不确定这是否会达到您想要的效果,但请查看
view.subviews
数组中的第一个视图是否是位于顶部的视图。不过,听起来你做事的方式有点不寻常。I'm not sure if this will do what you want, but see if the first view in the
view.subviews
array is the one that's on top. It sounds like you're doing things in a kind of unusual manner though.您可以将某些内容放入该视图中并直观地查看显示的内容。我相信 Shynthriir 所说的几乎是同一件事。
另一方面,如果您精通 gdb,则可以设置断点并在控制台中查看
You could put something in that view and visually see what is displayed. I believe its pretty much same thing that Shynthriir was saying.
On the other hand, if you are competent with gdb you can set a breakpoint and poke around in the console