UIScrollView - Moving a sub-view.
Hi all,
I have a problem with a UIScrollView...
I currently have a UIView (view1) within another UIView (view2), which itself is within a UIScrollView. The whole thing scrolls around the screen beautifully. The problem I am having is that I cannot drag the view2 object around the screen. It appears to respond to touchesBegan events, but not touchesMoved.
Is there a way I can handle this?
Also, I have a number of other sub-UIViews (at the same level as view1, above)), which are all being moved around on a timer tick. All action appears to pause while scrolling is in progress, and resumes when I let go. Any ideas why this is happening? or how I can get around this?
Cheers,
Dunc.
I have a problem with a UIScrollView...
I currently have a UIView (view1) within another UIView (view2), which itself is within a UIScrollView. The whole thing scrolls around the screen beautifully. The problem I am having is that I cannot drag the view2 object around the screen. It appears to respond to touchesBegan events, but not touchesMoved.
Is there a way I can handle this?
Also, I have a number of other sub-UIViews (at the same level as view1, above)), which are all being moved around on a timer tick. All action appears to pause while scrolling is in progress, and resumes when I let go. Any ideas why this is happening? or how I can get around this?
Cheers,
Dunc.
Possibly Related Threads...
| Thread: | Author | Replies: | Views: | Last Post | |
| UIScrollView won't bounce, and doesn't respond to touches consistently. | groffhibbitz | 0 | 2,901 |
Jun 3, 2009 11:30 AM Last Post: groffhibbitz |
|
| UIWebView in UIScrollView | anto66r | 0 | 3,369 |
Apr 22, 2009 04:54 AM Last Post: anto66r |
|
| Determining UIScrollView indicator width | charshep | 0 | 2,505 |
Mar 12, 2009 11:19 AM Last Post: charshep |
|
| UIScrollView pausing timer when scrolling | duncster | 1 | 2,551 |
Jan 14, 2009 01:00 PM Last Post: duncster |
|

