vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

hide bottomRefreshControl #34

Closed VizenkoRoman closed 7 years ago

VizenkoRoman commented 7 years ago

hi. I very like CCBottomRefreshControl. But I have bug, where I make self.tableBiew.bottomRefreshControl = nil; and next to set self.tableBiew.bottomRefreshControl = refresh; faceTableView doesn't remove from SuperView.

I added code belof self.tableBiew.bottomRefreshControl = refresh;. self.tableView.contentInset = UIEdgeInsetsZero; self.tableView.scrollIndicatorInsets = UIEdgeInsetsZero;

need self.tableBiew.bottomRefreshControl = nil; insets tableView reload to default.

VizenkoRoman commented 7 years ago

fixed add code code