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.
似たような手描きアプリを書いてみました。しかし、線画は常に少し遅いです。
同様のアプリを作成し、線画を最適化した場合は、少し説明してください。
ダンのノートテイカーライト。
これらの設定のいくつかを試してみます。
一番下の AllowAntialiasing の設定に注意してください。
CGContextBeginPath(context); CGContextSetInterpolationQuality(context, kCGInterpolationLow); CGContextSetAllowsAntialiasing(context, true);