如何使用 UIBezierPath 绘制平滑直线?
我希望能够使用 UIBezierPath
在 iPad 屏幕上绘制直线。我该怎么办呢?
我想做的是这样的:双击屏幕来定义起点。一旦我的手指位于屏幕上方,直线就会随着我的手指移动(这应该恰好弄清楚我应该将下一个手指放在哪里,以便它会创建一条直线)。然后,如果我再次双击屏幕,则会定义终点。
此外,如果我双击终点,则应开始新行。
是否有任何可用资源可供我使用以提供指导?
I want to be able to draw straight lines on my iPad screen using an UIBezierPath
. How would I go about this?
What I want to do is something like this: I double tap on the screen to define the start point. Once my finger is above the screen the straight line would move with my finger (this should happen to figure out where I should put my next finger so that it will create a straight line). Then, if I double tap on screen again the end point is defined.
Further, a new line should begin if I double tap on the end point.
Are there any resources available that I can use for guidance?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
UIBezierPath 类参考
编辑
我不会在没有金钱补偿的情况下编写任何少数派报告式的相机魔法代码。
UIBezierPath Class Reference
EDIT
I'm not writing any Minority Report-esque camera magic code without monetary compensation.