June 2015
Intermediate to advanced
100 pages
3h 29m
English
The Go Running screen in our TapALap app is pretty bare at the moment—just a green button. There’s more information we want to display on this screen: the track on which the user is about to run (with the ability to edit it) as well as some stats about the runner’s overall performance. Let’s do the performance stats first.
Your users will want to know how many runs they’ve been on and their average pace. To that end, you’ll add one group for each of those topics to the interface controller. Drag out a new group and add two labels to it. This will be the group for the number of times the user has run using our app. Change the text of the first label to a number—I use 5 in my example—so ...
Read now
Unlock full access