views:

59

answers:

1

Hi everybody

I'm programming an iPhone application. This application contains a home page, which I would like to be almost the same as the one in facebook for iPhone : rows of icons, each icon corresponding to a category of my application.

I'm a newbie in iPhone development, and I can't find which control is used to show this view. Could someone help me ?

Thanks in advance

+2  A: 

The best bet is to use Three20 library - it is opensource and it is the framework that was used to create an original facebook app. There is a bunch of controls in the framework, TTLauncherView is your friend to create a homescreen.

justadreamer
Thank you very much, i'm gonna play with it
Harkonnen