检测对象上的坐标并将其输出到 NSLog
我究竟如何检测对象的坐标,例如名为“content”的视图,并将其输出到日志?感谢您的帮助!
How exactly would I detect the coordinates of an object, such as a view named "content", and output this to the log? Thanks for your help!
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
你也可以做
或者..有时框架坐标更有趣:
You can also do
or.. what sometimes is more interesting the frame coordinates:
您可以使用:
或者,您可以像这样获得中心:
You could use:
Alternatively, you can get the center like so: