Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

evana

macrumors newbie
Original poster
Sep 2, 2009
15
0
Hello everyone i m newbie in iPhone programming. am using a scrollview in my application but the problem When i scrolls down you want the scrollview to scroll upwards

is it possible?can anyone help me about this problem.

Thanks in advance:)
 
I trider to override touchesmoved but its not working....:confused:
 
You'll have to give us more information than that. Paste some code or tell us the errors you're seeing.
 
actually i am trying to find out the solution how could i do this.touches moved is not responding ScrollViewDidScroll() is not responding and i m quite new in this field so dont know which way to go? so pls help me out...
 
is it possible that scrollView scroll opposite direction of user scrolling.if possible then how??
 
is it possible that scrollView scroll opposite direction of user scrolling.
Yes, it's probably possible. But I'm really not sure why you would want to override the default behavior to work in the completely opposite way. That's going to be very confusing to users who are accustomed to the normal behavior. And Apple may actually reject your app because it doesn't conform to the Mobile HIG.

if possible then how??
Well, you've already been given some hints above on how to do it but refrain to provide any code snippets or explain in detail why "it's not working". What else do you expect from us? The solution?
 
can you pls tell me solution how it is possible actually i m very new in this iPhone development field so i need you help.Touches moved is not in 3.0.
 
sorry buddy you misunderstand me.i tried with touchesMoved but it is not working and i see in several discussion that touches moved is not working for scrollview in SDK 3.0. i spend my 6 days with this problem.
 
you could try subclassing uiscrollview.
Can we get the reasoning behind reversing what uiscrollview already does? it seems like it will confuse a lot of people on the iphone.
 
in my game i am using a big image and user have to dragg a particular path of the image for won the game thats why i want the scrollview with opposite behavior. when user drag upwards the image will scroll downwards.

is there any way to do this without using scrollview.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.