Upgrade to Pro — share decks privately, control downloads, hide ads and more …

Mobile Design Patterns - Navigation

Linkou Bian
August 05, 2013

Mobile Design Patterns - Navigation

Based on Theresa Neil's book, Ken Yarmosh's blog and so on.

Linkou Bian

August 05, 2013
Tweet

Other Decks in Design

Transcript

  1. Knowledge sharing by Linkou on Aug 6, 2013 Mobile Design

    Pattern Navigation 1 Monday, August 5, 13
  2. Slide-out Definition Consists of a panel that “slides out” from

    underneath the left or the right of the main content area, revealing a vertically independent scroll view that serves as the primary navigation for the application. by Ken Yarmosh 11 Monday, August 5, 13
  3. Slide-out Best Practices Best served in content-related apps, especially when

    many views that can grow dynamically Use a list or item button to trigger the panel or popover When expanded state, min width of main content area at least a 44 pixel wide (suggest 60) Keep the opening and closing gestures 12 Monday, August 5, 13
  4. Slide-out References Raywenderlich.com (Implement from scratch) AppCoda.com (SWRevealViewController based) CocoaNetics.com

    (Container VC Sample) GeekLu.com (Container VC guideline) 15 Monday, August 5, 13
  5. Discussion What other interesting patterns for navigation did you see?

    What’s the implementation solution for each pattern? Every team member should be expert in at least one new pattern! 16 Monday, August 5, 13