把按钮在cell上的位置转化为当前屏幕的位置
2018-12-13 本文已影响0人
a7cdfadad9f2
把按钮在cell上的位置转化为当前屏幕的位置
rc = [sender.superview convertRect:sender.frame toView:self.view.window];
把按钮在cell上的位置转化为当前屏幕的位置
rc = [sender.superview convertRect:sender.frame toView:self.view.window];