Skip to content

ssowri1/SPDashBoard-Gauge

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SPDashBoard-Gauge

SPDashBoard-Gauge is a lightweight and an easy-to-use source for showing Vehicles or anything else running status in Real time.

Screenshot

INSTALLATION

  • Drag and drop the Gauge folder to your project and initialize it.
  • then set the frame size for your appropriate devices.
  • let's give the Notification name for every notifier using extention.
  • You're done. Go Ahead :-)

Assign the value for Speedometer

 NotificationCenter.default.post(name: ViewController.updateSpeedNotifier, object: value)   
 // ex: The value between -127 to 127

Assign the value for RPM

 NotificationCenter.default.post(name: ViewController.updateRPMNotifier, object: value)
 // ex: The value between -145 to 135

Assign the value for Fual

 NotificationCenter.default.post(name: ViewController.updateFualNotifier, object: value)
 // ex: The value between 0 to 1

Authors

Ssowri1

License

This project is licensed under the Apache License 2.0 - see the LICENSE file for details

Support or Contact

Having trouble with Pages? Kindly contact support and we’ll help you sort it out.

About

SPDashBoard-Gauge is A Purely Swift 3.0 based Implementation for showing vehicles speed fuel level and RPM

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages