cashapelayer标题

时间:2014-04-21 05:47:22

标签: ios objective-c

如何设置和获取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;

1 个答案:

答案 0 :(得分:0)

试试这个fahad

__阻止NSString * titleStr = @"&#34 ;;

这是因为你可以使用你的形状图层标题获取和设置。