CGRectGetHeight 返回label本身的高度
CGRectGetMinY 返回label顶部的坐标
CGRectGetMaxY 返回label底部的坐标
CGRectGetMinX 返回label左边缘的坐标
CGRectGetMaxX 返回label右边缘的坐标
CGRectGetMidX表示得到一个frame中心点的X坐标
CGRectGetMidY表示得到一个frame中心点的Y坐标
图片参考文章:有关CGRectGetMinX,CGRectGetMidX,CGRectGetMaxX图解 - 爱生活爱代码 - 博客园