CCBottomRefreshControl icon indicating copy to clipboard operation
CCBottomRefreshControl copied to clipboard

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

Open kittany13 opened this issue 8 years ago • 1 comments

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

kittany13 avatar Oct 14 '16 20:10 kittany13

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?

aenhsaihan avatar Mar 13 '17 07:03 aenhsaihan