-
Notifications
You must be signed in to change notification settings - Fork 26
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
Allow Enable/Disable Scrolling #42
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
WLEmptyState/Classes/Extensions/UICollectionView+WLEmptyState.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Great job, I left some comments :)
WLEmptyState/Classes/Extensions/UICollectionView+WLEmptyState.swift
Outdated
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM
What does this PR do? Any background context you want to provide?
Sometimes users want to disable scrolling on the Empty States. Some other times they want to enable to activate pull to refresh and so on.
This PR provides a new way to handle that setting.
Where should the reviewer start?
WLEmptyState/Classes/Protocols/WLEmptyStateDelegate.swift
How should this be manually tested?
Questions
N/A