views:

23

answers:

2

Hi All, Im just wondering if anyone knows the best approach to make a configuable button menu. Im trying to make one like the standard iphone button interface where I will 4 buttons across and 4 buttons down. And like on the iphone button menus, when you press and hold it allows the users to move the buttons around to the configuration they desire. Also like the facebook iphone app menu.

Any ideas?

Thanks

A: 

Your best bet is probably the Three20 Library. It has lots of general functions, but specifically you would use TTLauncherView, which is derived from the Facebook application. There is an example included in library source, which can be downloaded Here.

Austen Green
A: 

Another option that doesn't use the Three20 library is to use paging with the UIScrollView.

ChinaPaul