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

xcode 9 demo wrong insets #97

Open piv199 opened 6 years ago

piv199 commented 6 years ago

This is demo for default looks like when opening the screen and ES hides pull to refresh (header of the cell is under navigation bar) , also ESPullToRefresh begins to refresh earlier than needed... And it seems no effect for the cells when enabling/disable Adjust Scroll View insets...

screen shot 2017-09-24 at 19 34 05
epeusvn commented 6 years ago

I'm facing the same problem on iOS 11. Does anyone has a solution?

sushant-here commented 6 years ago

i noticed this too - disabling navbar translucency seems to fix it...

self.navigationController?.navigationBar.isTranslucent=false