0

How can I slice a UIView into multiple CAlayers in order to perform an animation on each slice separately?

ESoft
  • 852
  • 1
  • 8
  • 21

1 Answers1

2

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)?

Community
  • 1
  • 1
Masa
  • 3,241
  • 1
  • 16
  • 12