Skip to content
/ ArcView Public

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

Notifications You must be signed in to change notification settings

gmu04/ArcView

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages