You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
If I only add PullToRefresh on top and not bottom, then calling endRefreshing(at: .top) will have no effect.
In addition, if the top constraint of scrollView can follow the height-change of the navigation bar (make.edges.equalToSuperview()), like Twitter or YouTube app, scrollview will bounce and other problems.
The text was updated successfully, but these errors were encountered:
If I only add PullToRefresh on top and not bottom, then calling endRefreshing(at: .top) will have no effect.
In addition, if the top constraint of scrollView can follow the height-change of the navigation bar (make.edges.equalToSuperview()), like Twitter or YouTube app, scrollview will bounce and other problems.
Invoke refreshControl.setEnable(isEnabled: true) before calling endRefreshing(at: .top).
If I only add PullToRefresh on top and not bottom, then calling
endRefreshing(at: .top)
will have no effect.In addition, if the top constraint of scrollView can follow the height-change of the navigation bar (
make.edges.equalToSuperview()
), like Twitter or YouTube app, scrollview will bounce and other problems.The text was updated successfully, but these errors were encountered: