我一直在寻找,但这个简单的问题似乎没有好的答案。所以我再问一遍:如何在iphone开发中制作线条画?
基本上我想要的是这样的:
@implementation MyUIView
- (void) triggerLineDrawing: (CGPathRef) path {
...
// animate line drawing here
// and the line should disappear automatically after a few seconds
}
可以吗?
答案 0 :(得分:0)
你不能自动完成,只能手动操作。要手动完成,你应该这样做:
您可以改变插值算法,线条绘制速度等,以获得所需的效果。