在 iPad 应用程序中创建涂抹工具效果
如何使用核心显卡在 ipad 应用程序中创建涂抹工具效果?
How to create a smudge tool effect in ipad apps using core graphics?.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
如何使用核心显卡在 ipad 应用程序中创建涂抹工具效果?
How to create a smudge tool effect in ipad apps using core graphics?.
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
接受
或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
发布评论
评论(1)
Andy Finnell 撰写了一篇关于实施的博客文章涂抹和印章工具。
部分代码使用Core Graphics;其中一些使用 AppKit,这是 Mac 专用的。即便如此,您应该可以通过一些工作和文档检查将 AppKit 部分移植到 UIKit。
Andy Finnell wrote a blog post about implementing smudge and stamp tools.
Some of the code uses Core Graphics; some of it uses AppKit, which is Mac-specific. Even so, it should be possible for you to port the AppKit bits to UIKit with a bit of work and documentation-checking.