本文介绍了masksToBounds与clipsToBounds的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

从我的角度来看,UIView clipsToBounds 和CALayer masksToBounds 做同样的工作.

我找不到它们之间的任何区别.

有人可以请他们解释他们之间的不同吗?

解决方案

masksToBounds

您可以在 API参考中获得更多信息.>

clipToBounds

有关更多信息,示例链接

From my point of view both UIView clipsToBounds and CALayermasksToBounds do the same job.

I couldn't find any difference between them.

Can somebody kindly explain how they are different?

解决方案

masksToBounds

you can get the more information in API Reference.

clipToBounds

for more information sample link

这篇关于masksToBounds与clipsToBounds的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!

09-02 09:40