Closed ruddfawcett closed 1 month ago
Thank you so much @ruddfawcett! I will take a look at this very soon.
Happy to help @jessesquires; I grew up on IGListKit, so really the least I can do especially when your spec was so clear haha. Apologies for lack of tests—added it as a TODO but got distracted by something I was working on.
@ruddfawcett no worries at all! 😄
Sent an invite to make you a collaborator! 😊
Have you read the Contributing Guidelines? 🖤
Closes #131
Describe your changes
weak var scrollViewDelegate: UIScrollViewDelegate?
onCollectionViewDriver
UIScrollViewDelegate
methods inCollectionViewDriver
and forwards them to this delegateUIScrollViewDelegate
Example
ListViewController
, demonstrating an override ofscrollViewShouldScrollToTop(scrollView:)
Todo