dekatotoro / dekatotoro/PullToRefreshSwift
when I use this on UIWebView, it can only refresh once
Open
- Dominant language
- Swift
- Stars
- 535
- Forks
- 101
- PR merge metrics
- No merged PRs in 30d
Description
self.webView.scrollView.addPullToRefresh({ [weak self] in
self?.webView.reload()
})
first time is ok, but after the 1st refresh, I can not pull again
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.