0

Possible Duplicate:
Create springboard like main view

I want to create an application that is similar to the iPhone home screen. This home screen has icons that you can move and delete. Could you share with me some example code with explanation or a tutorial related to this?

Community
  • 1
  • 1
Sovannarith
  • 614
  • 1
  • 10
  • 20

1 Answers1

1

I suggest you to check this open source class: GMGridView It works similar to a UITableView, with cell recicling, and it even supports holding to move like the iPhone springboard (homescreen).

It is not everything ready, you will need to work on that, but it is an excellent point to start from.

Natan R.
  • 5,141
  • 1
  • 31
  • 48