September 2011
3 posts
Neven Mrgan's tumbl: Labeling the Back button →
mrgan:
Most “deep” apps require some amount of navigation, moving the user deeper into child views and then back out to the parent view. That navigational backtracking is typically done with a “Back” button, positioned in the top-left corner, and denoted by a pointed left side. You’ve all seen it:
…
911.m
for(int x=0;x < 2819;x++) {
Person *p = [victimsOf911 objectAtIndex:x];
Family *f = [families familyForPerson:p];
[self prayingFor:f];
}
Join Me At The Voices That Matter iOS Conference →