Questions
Questions

Reputation: 20925

Move the object in iPhone?

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.

Upvotes: 0

Views: 150

Answers (2)

Toastor
Toastor

Reputation: 8990

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.

Upvotes: 0

vodkhang
vodkhang

Reputation: 18741

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.

Upvotes: 1

Related Questions