摘要:
- (void)fullButtonAction:(UIButton *)sender{ UIWindow *keyWindow = [UIApplication sharedApplication].keyWindow; if ([sender.titleLabel.text isEqualT... 阅读全文
posted @ 2015-12-07 19:37
NHW
阅读(225)
评论(0)
推荐(0)
摘要:
1.将cell坐标转换为Window中的坐标 CGRect inWindowFrame = [self.superView convertRect:self.frame toView:keyWindow]; 注意:一定是母体将cell的坐标转换为对应目标坐标系的坐标 阅读全文
posted @ 2015-12-07 19:33
NHW
阅读(274)
评论(0)
推荐(0)