今日はiPhoneで線を描く方法を勉強したので、ブログに書きたいと思います。 今回利用する技術は、「UIBezierPath」クラスです。参考資料は以下を参考にしました。 Drawing and Printing Guide for iOS UIBezierPathクラスとは Starting with iOS 3.2, you can use the UIBezierPath class to create vector-based paths. This class is an Objective-C wrapper for the path-related features in the Core Graphics framework. You can use the class to define simple shapes, such as ovals and rectangle