文件名称:CoreGraphicsGraph:在Swift中使用CoreGraphics绘制折线图。 该代码旨在作为示例,说明如何使用CoreGraphics绘制图形和其他类似的UI元素
文件大小:27KB
文件格式:ZIP
更新时间:2024-04-28 01:32:30
Swift
CoreGraphicsGraph 使用CGPath和Swift绘制折线图。 这实际上只是使用Swift的结果,因此我无法保证代码已准备好投入生产,甚至非常好。 // GraphView.swift example usage let myData = [ [ " Mon " : 15 ], [ " Tues " : 30 ], [ " Weds " : 7 ], [ " Thurs " : 60 ], [ " Fri " : 30 ], [ " Sat " : 15 ], [ " Sun " : 45 ] ] let graph = GraphView ( frame : CGRect ( x : 50 , y : 50 , width : 420 , height : 200 ), data : myData) self .
【文件预览】:
CoreGraphicsGraph-master
----Graph.xcodeproj()
--------project.xcworkspace()
--------xcuserdata()
--------project.pbxproj(12KB)
----Graph()
--------ViewController.swift(945B)
--------Info.plist(1KB)
--------AppDelegate.swift(2KB)
--------GraphView.swift(7KB)
--------Images.xcassets()
--------Storyboard.storyboard(2KB)
----README.md(1KB)