开发者

iOS SDK library which allows the user to draw on screen and save as an image? [closed]

As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be supported by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. 开发者_如何学编程 Closed 10 years ago.

Are there any iOS libraries which give a custom control where users can draw on the screen, and it can be exported as an image file?


Below are some Open Source Projects I've found on Github.

  • Painter
  • Paint-App
  • Cloud Finger Paint Client

In terms of Libraries or Frameworks, here is one from CocoaControls (which by the way has a whole collection of Cocoa stuff for OSX and iPhone)

  • Smooth Line View

You could incorporate the GLPaint code that Apple provides or use some of the code in the QuartzDemo Demo Application. You could create a simple application just using the touch methods and UIBezierPaths on a view.

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜