eggswift / pull-to-refresh

#Busy Re-Building....# An easy way to use pull to refresh and infinite scrolling in Swift. Pod 'ESPullToRefresh'
MIT License
1.82k stars 252 forks source link

issue-只有一条数据,不能进行下拉刷新啊 #77

Open lwb22853628 opened 7 years ago

lwb22853628 commented 7 years ago

这bug有点大~

piv199 commented 6 years ago

@lwb22853628 could you please describe your issue more clearly?

你可以更清楚地描述你的问题吗?

falcon11 commented 6 years ago

set scrollView.alwaysBounceVertical = true solve this problem

zxhkit commented 2 years ago

scrollView.alwaysBounceVertical = true 可以解决这个问题。我也遇见了,项目里的案例没问题,不知道为什么。