美文网首页iOS
CGRectGetMinX,CGRectGetMaxX

CGRectGetMinX,CGRectGetMaxX

作者: 习惯了_就好 | 来源:发表于2019-06-11 10:11 被阅读0次

CGRectGetMinX得到当前view相对于父容器View的最小值
CGRectGetMidX得到当前view相对于父容器View的中心值
CGRectGetMaxX得到当前view相对于父容器View的最大值

CGRectGetMinY得到当前view相对于父容器View的最小值
CGRectGetMidY得到当前view相对于父容器View的中心值
CGRectGetMaxY得到当前view相对于父容器View的最大值

相关文章

网友评论

    本文标题:CGRectGetMinX,CGRectGetMaxX

    本文链接:https://www.haomeiwen.com/subject/dwrffctx.html