如何设置和获取cashape图层标题。我在下面做。
这是我的代码:
if(idx>1)
{
if (CGPathContainsPoint(path, &transform, point, 0)) {
[shapelayer setLineWidth:self.lineWidth+5];
[shapelayer setStrokeColor:self.pointSelectedCircleColor.CGColor];
NSString* title =shapelayer.name;
// NSLog(@"%@",shapelayer.name);
} else {
[shapelayer setZPosition:0];
[shapelayer setLineWidth:self.circleWidth];
[shapelayer setStrokeColor:self.pointCircleColor.CGColor];
}
}
}];
return title;
答案 0 :(得分:0)
试试这个fahad
__阻止NSString * titleStr = @"&#34 ;;
这是因为你可以使用你的形状图层标题获取和设置。