I have confusion regarding that coregraphics layers are same as core animation layers?
I have confusion regarding that coregraphics layers are same as core animation layers?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
No. Not even close. CoreGraphics has transparency layers, which are basically just a way for you to make a series of drawing calls, and put a shadow under all of them as if they were one drawing call (it’s possible it does things other than shadows too, but that’s all I’ve used them for). CoreAnimation layers are completely different, they are the basic building block for rendering things to the screen. They’re what UIView’s are built on top of.