I saw the UIRefreshControl in iOS 6 and my question is if it is possible to refresh a WebView by pulling it down and than let it pop up like in mail? Code I used rabih is the We
I've just added this very quickly to my code:
[webserver.scrollView addSubview:refreshControl]
So it seems that the UIWebView has itself a UIScrollView you can just attach to. Hope it's useful for you.
UIWebView
UIScrollView