Slide 60
Slide 60 text
BackButton
ʮ͋ͷܗʯͷֆΛ༻ҙͯ͠ʜ
CGContextBeginPath(context);
CGContextMoveToPoint(context, size.width, 0);
CGContextAddLineToPoint(context, size.width, size.height);
CGContextAddLineToPoint(context, kTriangleWidth, size.height);
CGContextAddLineToPoint(context, 0, size.height / 2.0f);
CGContextAddLineToPoint(context, kTriangleWidth, 0);
CGContextClosePath(context);