You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hi! Is there a way to use UIRefreshControl? What settings should I enable?
Current result - I'm adding UIRefreshControl to my UICollectionView, disable removalInteraction, disable dismissalTapGestureRecognizer, trying to pull down my collection and whole FloatingPanel pulling down.
I expect something like this - if dismissal swipe is disabled and there is UIRefreshControl in my scrollView it should be possible to pull down.
As @Zeynal7 mentioned, your need to stop the panel from tracking the collection view on the most expanded state.
According to the above description, I think you expect two intentions from the pull-down interaction. But, as far as I can think of, there is no way for a program to infer the user's intent in pulling down the collection view, whether it indicates to refresh content or move the panel down 🤔
Hi! Is there a way to use UIRefreshControl? What settings should I enable?
Current result - I'm adding UIRefreshControl to my UICollectionView, disable removalInteraction, disable dismissalTapGestureRecognizer, trying to pull down my collection and whole FloatingPanel pulling down.
I expect something like this - if dismissal swipe is disabled and there is UIRefreshControl in my scrollView it should be possible to pull down.
Simulator.Screen.Recording.-.iPhone.14.-.2023-08-10.at.14.32.53.mp4
The text was updated successfully, but these errors were encountered: