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

Fix iOS ignoring IsRefreshEnabled #37

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Fix iOS ignoring IsRefreshEnabled #37

merged 1 commit into from
Apr 19, 2024

Conversation

Redth
Copy link
Owner

@Redth Redth commented 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

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 merged commit f23a080 into main Apr 19, 2024
5 checks passed
@Redth Redth deleted the fix-ios-refreshenabled branch April 19, 2024 12:56
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 this pull request may close these issues.

[IOS] IsRefreshEnabled not working for ios
1 participant