Use UIRefreshControl for UIWebView

前端 未结 8 945
花落未央
花落未央 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:57

    I've actually tried that and got error following.

    * Terminating app due to uncaught exception 'NSInternalInconsistencyException', reason: 'UIRefreshControl may only be managed by a UITableViewController'

    I could use in UIScrollView and UICollectionView though.

提交回复
热议问题