pull-to-refresh icon indicating copy to clipboard operation
pull-to-refresh copied to clipboard

ESRefreshFooterAnimator设置属性不生效

Open xiaoli-style opened this issue 6 years ago • 0 comments

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

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

xiaoli-style avatar Sep 01 '18 07:09 xiaoli-style