Sephiroth87 / ODRefreshControl

A pull down to refresh control like the one in Apple's iOS6 Mail App
MIT License
2.15k stars 385 forks source link

ios11 have some wrong behaves #86

Open zyggit opened 6 years ago

zyggit commented 6 years ago

when pull down to refresh ,ODRefreshControl have some bugs

zyggit commented 6 years ago

ios11 Self-Sizing is auto open ,so close this property in your tableview or scrollview tabV.estimatedRowHeight = 0; tabV.estimatedSectionHeaderHeight = 0; tabV.estimatedSectionFooterHeight = 0;

HeathHsia commented 6 years ago

solved my problem