Both the Gmail and Facebook apps on the iPhone use a controller I need for my app. They have a button in the upper left bar of the main screen that when pressed, a left panel slides in with a list of items. It kind of looks like a UISplitViewController on the iPad but the root panel slides in and out.
Is this a custom view controller?