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

刷新的字眼能设置为中文吗 #129

Closed SiuyuenChow closed 4 years ago

SiuyuenChow commented 6 years ago
Pircate commented 6 years ago

let animator = ESRefreshHeaderAnimator() animator.pullToRefreshDescription = "下拉刷新" animator.releaseToRefreshDescription = "松开刷新" animator.loadingDescription = "加载中..." tableView.es.addPullToRefresh(animator: animator) {}