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.
UITextView別のビューに(以下に示すように)を追加し、 15〜20度回転させたいと思います。どのようにそれを行うことができますか?
UITextView
そのためには変換を使用する必要があります。
textView.transform = CGAffineTransformRotate(textView.transform, M_PI*45/180);
角度がよくわかりません。それがお役に立てば幸いです。