If I understand correctly scaling a UIView with CGAffineTransform anchors the transformation to its center.
UIView
CGAffineTransform
In particular:
Firstly #import and then set the anchor points of your view:
[[self layer] setAnchorPoint:CGPointMake(0, 0)];