views:

51

answers:

0

Does CGAffineTransform only work on UIViews? This is troublesome for my design.

The objects that im drawing are essentially images, which i draw using drawAtPoint. These objects are NSObjects, and thus do not have transformation matrices.

What would be the best way to give my rendered images the ability to be scaled and translated (and thus animated using quartz's internal animation capabilities)?

Thanks.