Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
iPhoneプログラミングで画像を回転するにはどうすればよいですか?
CCGAffineTransform を使用してビューを回転できます。回転する度をラジアンで指定し、回転行列をビューの .transform プロパティに設定することで、回転行列を作成できます。