iOS CG虚线双线路径

时间:2016-05-30 09:25:24

标签: ios path core-graphics

我想在地图上画地下方式符号。

实际上,相同的路径被绘制了两次 首先使用:CGContextSetLineDash(ctx,0,lengths,cnt);

enter image description here

和第二,没有虚线,更小一点

enter image description here

结果是:

enter image description here

问题是:如何将双线绘制为一条路径(不是两条带偏移),虚线,中间透明?

enter image description here

0 个答案:

没有答案