ODRefreshControl icon indicating copy to clipboard operation
ODRefreshControl copied to clipboard

ios11 have some wrong behaves

Open zyggit opened this issue 6 years ago • 2 comments

when pull down to refresh ,ODRefreshControl have some bugs

zyggit avatar Sep 22 '17 04:09 zyggit

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

zyggit avatar Sep 25 '17 06:09 zyggit

solved my problem

HeathHsia avatar Sep 26 '17 06:09 HeathHsia