Anar Enhsaihan
Anar Enhsaihan
The reason why this is happening is due to what's happening in this code: ``` - (void)brc_setContentOffset:(CGPoint)contentOffset { [self brc_setContentOffset:contentOffset]; if (!self.brc_context) return; if (self.brc_context.wasTracking && !self.tracking) [self didEndTracking]; self.brc_context.wasTracking...
I see what the original problem is. My problem might be different, but related. The original coder set the triggerVerticalOffset to `30`, which might have been too low. But now...
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...