It can be found for example in the YouTube and Facebook app.

|
|
||||
|
|
|
I believe the going name for it is a Hamburger Menu, as a reference to the icon that's commonly used for it ( A bit of discussion on what I believe to be the proper usage of the term: The menu itself is nothing new; sidebar menus with links to various parts of an app/site have been used this way since the early web (and probably elsewhere perhaps earlier still). Also, buttons that toggle hidden content or optionally allow dragging to reveal content have also existed for much longer than touchscreen smartphones; the drawer in older versions of QuickTime Player and OS X's color picker swatch drawer are good examples of this. This pattern is then best described as the combination of the drawer menu and reveal/hide button patterns in a manner where:
There exists (of course) variants that bend the above guidelines— some implementations may only allow tapping (not dragging) the button, or the tap-to-restore-main-content functionality might be omitted when presenting the same app on a larger-screen device, or the drawer might be oddly used for something non-clickable. Because of this, the above points describe the idealized and common form of the pattern which has quickly grown into popularity and widespread usage. I assume that one of the reasons this pattern hadn't popped up in this form earlier (and why it deserves distinction from other patterns) is that prior to touchscreen smartphones, UI design was not nearly as often constrained to fixed-size fullscreen. Because of this new constraint, the concept of the main content temporarily sliding off the screen and the modal nature of the menu were deemed necessary, and out of that grew the benefits of hiding unnecessary visual clutter and providing a menu that can be any length without redesign. It probably also helped that Apple's UIToolbar approach of a “More” button only half-solved a brewing problem. The first place I remember seeing a sidebar drawer of this kind was in the now-defunct Tweetie app for iPad. webOS has also had drawers like this for quite a while, but I don't think either employ(ed) the “hamburger” button nor fixed-width draw size. I have no definite answer for you on this one, but the. number. of. open. source. libraries. for. making. these. kind. of. sidebar. menus. on GitHub seem to all point to the Facebook iOS app, as you've mentioned, and Path. I suppose Facebook/Path-Style Sidebar/Menu/Drawer could be considered a going term for it, though I predict the references to company names will antique the term before too long. |
|||||||||||||||||||||
|
|
The layout pattern itself (not the burger icon) is known as 'Off Canvas'. Luke Wroblewski wrote about it in an article about Multi-Device Layout Patterns.
It has been implemented in frameworks like Zurb Foundation.
|
||||
|
|
|
This would be called a "Hamburger Menu." Avid Media Composer (a professional video editing suite that hasn't changed it's UI for literally decades) has menus that have a similar icon that they call "hamburger menus." It's possible that this is the origin of the name. |
|||||
|
|
Side Navigation is one proposed term, as stated here: http://www.androiduipatterns.com/2012/06/emerging-ui-pattern-side-navigation.html It's a worth-while reading, which explains why this bring innovation to the navigation mechanisms of apps. It also lists other candidate terms:
|
|||
|
|
|
Side panel As mentioned at appadvice
|
|||||
|