Skip to content

shtefane/BSProgressSpeedIndicator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BSProgressSpeedIndicator

demo

iOS Circular progress view like car speedometers

Inspired from this: https://www.behance.net/gallery/16955945/Speedometer

HOW to USE

  • add BSProgressSpeedIndicator.h and BSProgressSpeedIndicator.m to your project
  • import BSProgressSpeedIndicator.h to your class
  _progrView = [[BSProgressSpeedIndicator alloc] initWithFrame:CGRectMake(10, 160, 300, 300)];
  [_progrView showWithProgress:0.75f onView:self.view];
  • change progress
[_progrView setBarProgress:0.85f animate:YES];

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published