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.
回転した後、ビューの滑らかなエッジが得られないため、ビューをある角度だけ回転させています。添付画像をご確認ください。UIView のエッジを滑らかにする方法はありますか?
この目的のために、次のステートメントを使用しました。
CGContextRotateCTM(currentContext, RADIANS(-5));
1 ピクセルの透明な境界線を設定します。これは魔法のように役立ちます。