views:

749

answers:

1

Total nooob here. I'm trying to figure out how to implement a transition from one UIWebview to another with a swipe and still be able to scroll/zoom w/in each webview.

Each webview should respond normally to all touches/gestures unless a swipe is detected and the boundry of the view/content is at the corresponding edge of the screen (like a paging scroll view).

My content is an html string from a data object.

Any tips would be appreciated. Thanks.

+2  A: 

Looks like putting a UIWebview in a UIScrollview works fine in iPhone 3.0 - 'Doh!!!

Sethquatch