Yashin绘图画笔
应用介绍
作者ushisantoasobu,源码Yashin,安装: 1、cocoapods:pod "Yashin" 2、Carthage:github "ushisantoasobu/Yashin" and run carthage update 系统要求: iOS 9.0 or later Xcode 7.2 最简单的图: import UIKit import Yashin class SomeViewController: UIViewController { override func viewDidLoad() { super.viewDidLoad() let radarChart = Yashin(frame: self.view.frame) self.view.addSubview(radarChart) radarChart.set( ["shoot", "pass", "dribble", "speed", "power", "stamina", "mentality"], [([8,9,8,8,7,6,9], UIColor.greenColor().colorWithAlphaComponent(0.40))] )}} 然后还可以实现多属性,多数据的图表展示形式,pod 简单易使用。

©软件著作权归作者所有。本站所有内容均来源于网络,不得违法使用,仅供学习使用,请支持正版!
转载请注明出处: 662P » Yashin绘图画笔
发表评论 取消回复