2010年6月18日 星期五

[IPhone] How to rotation/zoom UIView

We can set transform property to rotation/zoom UIView.

self.transform = CGAffineTransformScale(CGAffineTransformMakeRotation(angle),X_Zoom, Y_Zoom);

沒有留言:

張貼留言

Hello