vlasov / CCBottomRefreshControl

MIT License
319 stars 77 forks source link

serious bug at : "brc_setContentOffset" method in ios 10. #31

Open kittany13 opened 8 years ago

kittany13 commented 8 years ago

the issue happens when i try to scroll my view in a collectionViewController that doesn't even implement bottomRefreshControl !

screen shot 2016-10-14 at 23 22 21
aenhsaihan commented 7 years ago

I have a separate problem that concerns this part of the code. It checks to see if the offset is below zero, and if so, perform the refresh, which is fine.

But when the user navigates back to the previous screen, this method gets called and the offset is negative, which causes an automatic bottom refresh, which I don't want. Anyone else having this issue?