AXKit icon indicating copy to clipboard operation
AXKit copied to clipboard

想知道某个控件在屏幕中的绝对坐标?

Open xaoxuu opened this issue 7 years ago • 0 comments

如果项目中集成了AXKit,可以用这样一句代码打印testView在屏幕中的绝对frame。

AXLogCGRect(self.testView.frameInScreen);

xaoxuu avatar Apr 28 '17 15:04 xaoxuu