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

当TableViewController嵌入到一个Navigation里面时,下拉刷新后,第一个Cell会被导航条遮盖 #11

Closed rexzhang closed 8 years ago

rexzhang commented 8 years ago

OSX 10.11.5 xcode 7.3.1 ESPullToRefresh 1.0.4

eggswift commented 8 years ago

你好,请问你设置TableViewController 'self.automaticallyAdjustsScrollViewInsets = false' 了么?

tangjianft commented 8 years ago

我今天下载最新的版本也遇到这个问题,请问如何解决?

eggswift commented 8 years ago

TableViewController 'self.automaticallyAdjustsScrollViewInsets = false' 可以解决这个问题 或者尝试使用最新版本~