Skip to content

iOS 9 project demonstrating how to access the step counter on devices with motion coprocessor

Notifications You must be signed in to change notification settings

versluis/Pedometer

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Pedometer

iOS 9 project demonstrating how to access the step counter on devices with motion coprocessor.

The app has two buttons at the top to start and stop live step tracking. It takes a moment for data to be delivered, so be patient.

When data is available, it regularly updates 6 labels with the following information:

  • steps walked
  • distance travelled while walking
  • current pace
  • current step cadence
  • flights climbed up
  • and flights climed down

If one of those items is not available the label will reflect this. For example, the option for flight tracking is only available on devices with a barometer (iPhone 6 and 6s).

About

iOS 9 project demonstrating how to access the step counter on devices with motion coprocessor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published