I've got multiple bezier paths which are incorporated into CAShapeLayers for animation purposes. I need to know if it is possible to merge all of the layers into one collection object so that I can scale it in the following way:
shapes.transform = CATransform3DMakeScale(2, 2, 1)
Does anybody know how to do this?