2
左邊的圖像具有0.5的線寬。右側的圖像具有1.0的線寬。我希望左側圖像線的寬度始終如一,就像正確的圖像一樣。
我正在向CGMutablePath添加行,但是當我將它添加到我的shapelayer時,lineWidths不一致,因爲您可以在圖像中看到。
這裏是我的代碼
shapeLayer.strokeColor = [UIColor redColor].CGColor;
shapeLayer.lineWidth = 0.5;
shapeLayer.fillColor = nil;
shapeLayer.miterLimit = 0;
shapeLayer.path = path;
任何幫助,不勝感激!
奇怪的是,它看起來與線寬1一致。 – seabass
在解決問題方面有運氣嗎?我遇到了同樣的問題。 – tsp