Use UIRefreshControl for UIWebView

前端 未结 8 762
花落未央
花落未央 2021-02-01 08:24

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

8条回答
  •  独厮守ぢ
    2021-02-01 08:54

    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.

提交回复
热议问题