Family
Family copied to clipboard
Support for UIRefreshControl ?
Hello,
We're having some weird issues when trying to add a UIRefreshControl
on top of FamilyViewController
.
When pulling everything if fine. But whenever we're refreshing, the refresh control just disappears or is having a lot of UI issues.
I can reproduce this in the demo app by enabling large title and setting up
scrollView.refreshControl = UIRefreshControl()
Note that it's the same if we're trying to use directly FamilyScrollView
.
Do you have any idea what could cause this?
Thank you so much :)
Hey @Antoine4011, I don't think I've seen this issue before. I'm gonna dig into it to see if it is a quick-fix when life allows.