Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[IOS] IsRefreshEnabled not working for ios #28

Closed
enkaradag opened this issue Feb 23, 2024 · 1 comment · Fixed by #37
Closed

[IOS] IsRefreshEnabled not working for ios #28

enkaradag opened this issue Feb 23, 2024 · 1 comment · Fixed by #37

Comments

@enkaradag
Copy link

Hi,

IsRefreshEnabled not working for IOS and MACCATALYST

VirtualListView still shows refreshing indicator when pulled down, despite IsRefreshEnabled set to false.

Regards.

@nirajzurmure
Copy link

IsRefreshEnabled=False has no effect on iOS.

Redth added a commit that referenced this issue Apr 19, 2024
It turns out just setting .Enabled on UIRefreshControl doesn't do anything.  The fix is to control if the refresh control is added or not as a subview of the UICollectionView.

Fixes #28
@Redth Redth closed this as completed in #37 Apr 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants