2010年10月22日金曜日

UIViewの原点をかえる(未確認)

回転などの原点をかえるときに役立ちそう。
あとで確かめてみます

CGPoint pp;
pp = CGPointMake(0,0);
[self.view.layer setAnchorPoint:pp];