views:

29

answers:

2

Hi, everyone,

I want to ask a question about the iPhone application. I am going to write a application, and the application can let the users to move the list or folder just like you move the app in the home page in iPhone. Is it possible to do it? Thank you.

+1  A: 

It is possible to move stuff like moving the app in the home page. It can be hard but it is possible. You need to handle all the touch events inside your view controller and then decide to move stuff. There is no built-in ViewController for doing that for you.

vodkhang
A: 

Everything is possible. So the answer to your question is: Yes.

But I don't think that's what you wanted to know - there's no convenient or existing way to implement something like this, you would have to do it all by yourself.

Toastor