已知button的frame,如果要计算button相对于view的frame,则可以使用以下方法CGRect rc = [btn.superview convertRect:btn.frame toView:self.view];