Going through the video Getting Started with HealthKit at about 21:40 a code example is shown in which the class extends the StepsDataTableViewController. I cannot find the StepsDataTableViewController in the example app or anywhere else. Is it missing? Is it something for the person following along to implement?
StepsDataTableViewController
Hey Mike, thanks for writing in!
The code demoed in the "Getting Started with HealthKit" video and the demo code project are indeed not identical. You can refer to WeeklyQuantitySampleTableViewController and its superclass, HealthDataTableViewController, in the demo code as the analogous classes for what is being demoed at that point in the video.
The code demoed in the "Getting Started with HealthKit" video and the demo code project are indeed not identical. You can refer to WeeklyQuantitySampleTableViewController and its superclass, HealthDataTableViewController, in the demo code as the analogous classes for what is being demoed at that point in the video.