Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 367 Bytes

README.md

File metadata and controls

14 lines (10 loc) · 367 Bytes

RCounter

A counter control with the old style counter/tickers.

How to use

  1. Copy all of the files into your project.
  2. Include RCounter.h in the controller.
  3. Create a new counter using initWithFrame:andNumberOfDigits: and add to the current view.
  4. Update the counter with updateCounter, incrementCounter.
  5. It supports up to 6 digits.