iOS - CGContextAddLineToPoint 绘图崩溃:

项目里面以前经常到 

CGContextAddLineToPoint(context, endPoint.x, endPoint.y);

这个地方崩溃..  然后报出 

Assertion failed: (CGFloatIsValid(x) && CGFloatIsValid(y)), function void CGPathAddLineToPoint(CGMutablePathRef, const CGAffineTransform *, CGFloat, CGFloat), file Paths/CGPath.cc, line 224.

的错误。


经过对传入的数据比对发现是传入的参数float类型的传进来了一个 nan 。

用了一个函数 isnan(); 先判断传入的参数是否为 nan,然后再进行绘图。

iOS - CGContextAddLineToPoint 绘图崩溃:

上一篇:jquery获取元素索引值index()


下一篇:EntityFramework+Autofac+MVC+EasyUI 搭建公司基本服务项目