I have a `UICollectionView', in which I'm able to scroll downward, but can't scroll upward. I'm not sure if I'm missing something very simple - Here's the code below:
(The formatting was weird, so here's a screenshot)
The first block executes perfectly, but the app won't scroll up again, and the button I need to tap remains offscreen.
Edit: Tried adding grey_sufficientlyVisible
as per @gran_profaci, and still unable to find the element.
no UI element matching (matcherForSufficientlyVisible(>=0.750000) && (respondsToSelector(accessibilityIdentifier) && accessibilityID("bar"))) was found.
But, it still exists in the logged hierarchy.