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"
网友评论