美文网首页
集成Charts

集成Charts

作者: HuLL乐乐 | 来源:发表于2016-09-23 16:13 被阅读50次

    http://blog.csdn.net/zww1984774346/article/details/51276993
    1.Podfile文件里写入
    pod 'Charts'
    use_frameworks!
    2.终端命令
    pod install --verbose --no-repo-update

    创建桥接文件 swift文件----->TestChartsSwift.swift

    TestCharts-Bridging-Header.h里导入
    //@import Charts;
    //#import "TestChartsSwift.swift"

    相关文章

      网友评论

          本文标题:集成Charts

          本文链接:https://www.haomeiwen.com/subject/yzbtyttx.html