My UIRefreshControl
is not working properly when I scroll down my collectionview
. The refreshControl
pops out even with a slight scrolling and causes the title to jump down a bit.
I tried with:
extendedLayoutIncludesOpaqueBars = true
And that fixes something but still does a small jump (almost unnoticeable) when scrolling down to engage the refresh control.
If I do prefersLargeTitles = false
, it works fine, no jumping.