We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
示例代码崩溃,具体模块为同时显示多个AAChartView组里面的第二个UITableView上显示多个AAchartView,具体崩溃代码位置如下: ChartListVC类文件,256行: chartModel.backgroundColor = (id)gradientColor; 其中ChartListVC是NSString类型的,接收16进制字符串,但是赋值的gradientColor是AAGradientColor,类型不匹配从而导致崩溃。
The text was updated successfully, but these errors were encountered:
No branches or pull requests
示例代码崩溃,具体模块为同时显示多个AAChartView组里面的第二个UITableView上显示多个AAchartView,具体崩溃代码位置如下:
ChartListVC类文件,256行:
chartModel.backgroundColor = (id)gradientColor;
其中ChartListVC是NSString类型的,接收16进制字符串,但是赋值的gradientColor是AAGradientColor,类型不匹配从而导致崩溃。
The text was updated successfully, but these errors were encountered: