Reputation: 1
I am doing my first app in xcode for iPhone. I am using xcode 3.2.
I want to use the format of Facebook application (a removable menu in left-hand). I would like to know if this option is a template of xcode (I have seen the same submenu in other applications). Or maybe this template is available in new versions of xcode. I can not found it in my xcode version (or I don't know how I must build it).
So:
Thank you in advanced.
Upvotes: 0
Views: 941
Reputation: 4552
That particular control is not an iOS default but rather a third-party library a lot of apps use because it's very effective and good looking. Here is one of the implementations you can use in your project:
http://www.cocoacontrols.com/controls/iiviewdeckcontroller
Upvotes: 1