Zara
Zara

Reputation: 1

Facebook template xcode iphone

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:

  1. Is a removable menu in left-hand a template? What is the name of this template?
  2. What is the version of xcode in?
  3. Can I use this template in xcode 3.2?

Thank you in advanced.

Upvotes: 0

Views: 941

Answers (1)

Adis
Adis

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

Related Questions