From 121b5f7e3090f6259fb971322cd8efc3d8192d1b Mon Sep 17 00:00:00 2001 From: TalkingJourney Date: Thu, 18 Jan 2018 22:37:41 +0800 Subject: [PATCH] fix CGContext error info --- SCIndexView/SCIndexView.m | 1 - 1 file changed, 1 deletion(-) diff --git a/SCIndexView/SCIndexView.m b/SCIndexView/SCIndexView.m index 2852da0..f965083 100644 --- a/SCIndexView/SCIndexView.m +++ b/SCIndexView/SCIndexView.m @@ -204,7 +204,6 @@ - (UIBezierPath *)drawIndicatorPath [bezierPath addArcWithCenter:centerPoint radius:indicatorRadius startAngle:-M_PI_4 endAngle:M_PI_4 clockwise:NO]; [bezierPath addLineToPoint:trianglePoint]; [bezierPath addLineToPoint:startPoint]; - [bezierPath stroke]; [bezierPath closePath]; return bezierPath; }