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.83k stars 251 forks source link

ESRefreshFooterAnimator设置属性不生效 #140

Open xiaoli-style opened 6 years ago

xiaoli-style commented 6 years ago

let footAnimator = ESRefreshFooterAnimator() footAnimator.loadingMoreDescription = "继续上拉加载更多" listview.es.addInfiniteScrolling(animator: footAnimator) { print("开始上拉刷新") }

loadingMoreDescription的内容依旧为默认的Loading more 2.7版本的库