as a xcode beginner I'm just wondering if it's possible to swipe html sites in a uiwebview? the idea is, to have several html sites (with nice design) which the user can flip through without tapping a button.
i know 2-way-iScroll by cubiq and thought it might be able to开发者_高级运维 do it native...?
thanks.
Check out this PageControl sample project (for iPhone and iPad):
http://developer.apple.com/library/ios/#samplecode/PageControl/Introduction/Intro.html
You can simply put a UIWebView in the content view.
精彩评论