Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 

Repository files navigation

ArcView

This is a demo project which represents how to use ArcView component.

Please watch the clip "ArcView Demo.mp4" to have a better understanding of the component.

ArcView represents array of data (value & title pair) in a graphical way.

/** Sample data */ static func all() -> [ArcData]{ return [ ArcData(value: 40, description: "Share"), ArcData(value: 25, description: "Time Deposits"), ArcData(value: 20, description: "Gold & Silver"), ArcData(value: 10, description: "Demand Deposits"), ArcData(value: 5, description: "Fund") ] }

About

Demo app represents how to use ArcView component which takes array of data and shows them in arc view.

Resources

Stars

0 stars

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages