Page 1 of 1

Simulate the "change screen" in the app board of the iPhone

Posted: Sat Jan 22, 2011 11:16 am
by ludo
Hello,

I want to simulate the same effect as we can see on the app board when we change the screen.
I need to investigate the touchmove command ?

Thanks

PS : sliders on iphone are very ugly. I need to make my one ?

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Sun Jan 23, 2011 1:44 am
by ctflatt
ludo:

not quite sure what you're asking here. can you be more specific?

:Todd

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Sun Jan 23, 2011 8:18 am
by ludo
I want to do something like that :
Image

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Sun Jan 23, 2011 11:16 am
by ctflatt
ludo:

Thanks for the visual.

To slide objects over a fixed background image, I believe you would have to create your own UIScrollView with no indicators, and a swipe gesture script that moves the content of the UIScrollView the width of the screen (conditional for orientation change).

Bernd may have more useful information for you (he's created a UIScrollView example in another thread).

I am trying to achieve the same thing, and will be working on my solution over the next couple of days. I'll keep you posted via this thread as I work through it.

Good luck.

:Todd

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Tue Feb 08, 2011 5:19 pm
by RickD
Hey Todd:

Have you made any progress on your solution?

I have the same need and was curious to hear different approaches to this problem.

Cheers

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Wed Feb 09, 2011 6:02 pm
by padley123
yer it would be great if you had any more info on this

Re: Simulate the "change screen" in the app board of the iPhone

Posted: Wed Feb 09, 2011 9:07 pm
by ctflatt
Sorry, guys... I had switched gears for a bit.

I'm picking this back up and may have something to share by the weekend...

Thanks for the interest, and the motivation :)

:Todd