What are the differences between a UIView and a CALayer?

后端 未结 6 2162
天命终不由人
天命终不由人 2020-12-04 05:42

Both have most of the same attributes, both support different kind of animations, both represent different data. What are the differences between a UIView and a CALayer?

6条回答
  •  情深已故
    2020-12-04 05:44

    The big difference is UIView is designed for CocoaTouch on mobile device. It adds some event handler which CALayer did not provide.

提交回复
热议问题