oc 调用charts

来源:互联网 发布:mysql 修改约束条件 编辑:程序博客网 时间:2024/06/07 19:55

http://www.jianshu.com/p/9c04e91a07cd



1
down vote

@Tom - I use the same classes in one of my projects, and I installed it in exactly the same way as you do. I can generate the same errors that you're seeing - but only if I remove import Chartsfrom my class definition.

Here's what the start of my class definition looks like

import UIKitimport Chartsclass SharePriceGraphViewController: UIViewController, ChartViewDelegate{    var myStickChart: BarChartView!  // I don't really have this - added for this test :-)

as it stands, this compiles nicely. if I remove the import - I get the same error as you do.


0 0
原创粉丝点击