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.
私のアプリでは、x、y で 49 個のポイントがあり、それらを画面に表示したいと思っています。私を助けることができる多くのライブラリを見てきました(コアプロット、s7graphviewなど)。しかし、私は非常に基本的なこと (ポイントを描画するだけ) を行っているので、それを行う最も簡単な方法は何ですか?
ありがとう !
その基本的なコア グラフィック。developer.apple.com サイトまたは Google で Core Graphics の iPhone チュートリアルにたくさんの例があります。
この Quartz2d メソッドを使用して、小さな円を描くことができます。
CGContextFillEllipseInRect