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

Posted by Seth on Stack Overflow See other posts from Stack Overflow or by Seth
Published on 2011-03-06T07:59:20Z Indexed on 2011/03/06 8:10 UTC
Read the original article Hit count: 454

Filed under:
|
|
|
|

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!

© Stack Overflow or respective owner

Related posts about iphone

Related posts about ios