是否有一个库或框架可以使用漂亮的箭头和手写创建注释?
最近,您可以在很多应用程序中找到这一点:
当应用程序第一次启动时,它会用漂亮的箭头和手写字母来解释界面。
有谁知道可以轻松绘制这些箭头和手写标签的库或框架?
澄清一下:我需要大约 20 个不同的箭头。这就是为什么我想以编程方式绘制它们,而不是包含 40 个 PNG 文件(低分辨率、高分辨率)。
Recently you can find this in lots of apps:
When the app starts the first time, it explains the interface with nifty arrows and handwriting letters.
Does anyone know of a library or framework which can draw these arrows and handwriting labels in a easy way?
To clarify: I will need about 20 different arrows. That is why I want to draw them programmatically instead of including 40 PNG files (low-res, high-res).
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我已经使用 AIAnimationQueue 完成了教程动画。它的作用不大,但它确实允许您将一系列动画串在一起。
I've done tutorial animations using AIAnimationQueue. It doesn't do much, but it does allow you to string together a sequence of animations.