Quote:
Originally Posted by dany88
i'm not sure to understand the problem, however if you aren't able to add content dinamically on uiscrollview, take a look to ScrollViewSuite
|
I will check that out. Thank you for responding.
My problem is that I need to get the x,y co-ordinates of a touch in the scrollview. So if you touch at the beginning of the scroll view you might return x = 25, y =15. When you scroll down and touch the same part of the screen, you get a x = 25, y = 215.
I'm not sure if it's possible.