Seth
Seth

Reputation: 5738

What library is used for the main menu in the facebook iOS app?

I'm making an app that has more options than will easily fit into a UITabBarController. I wanted to use something like what the facebook app has for its main menu.

facebook main menu

My guess is that it isn't proprietary to facebook, because the SCVNGR app uses something similar.

SCVNGR main menu

This library lets you re-order the icons the way you can re-order the apps from the main menu (i.e. press and hold -> icons jiggle -> you can drag them around).

Does anyone know what library provides this UIView? I'd like to use it if possible.

Thanks!

Upvotes: 0

Views: 822

Answers (2)

esqew
esqew

Reputation: 44714

It's part of the Three20 framework; specifically it's the launcher feature.

Upvotes: 2

benwong
benwong

Reputation: 2226

three20 is what you're looking for.

http://three20.info/

Upvotes: 1

Related Questions