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.
iOS アプリで一連のポイントを通過する曲線パス (以下に示すものと同様) をどのように描画しますか。
UIBazierPath
http://developer.apple.com/library/ios/#documentation/uikit/reference/UIBezierPath_class/Reference/Reference.html
それを作成し、点を追加して曲線を作成し、必要なダッシュ線を設定してから、 を使用して曲線- (void)strokeを描きます。
- (void)stroke