AXKit
AXKit copied to clipboard
想知道某个控件在屏幕中的绝对坐标?
如果项目中集成了AXKit,可以用这样一句代码打印testView在屏幕中的绝对frame。
AXLogCGRect(self.testView.frameInScreen);