How can I slice a UIView into multiple CAlayers in order to perform an animation on each slice separately?
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.
I don’t konw what you are trying to do exactly, but you could render that view into an image (1), crop multiple images out of it (2) and perform your animations on them.
(1) Saving UIView contents in iOS 4 with real size of the images inside (i.e. scale contentes up for save)
(2) How use CGImageCreateWithImageInRect for iPhone 4 (HD)?