intuit / CardParts

A reactive, card-based UI framework built on UIKit for iOS developers.
Other
2.52k stars 224 forks source link

Allow override of scrollViewDidScroll in CardsViewController #245

Open jmjordan opened 4 years ago

jmjordan commented 4 years ago

Is your feature request related to a problem? Please describe. I would like to be able to override scrollViewDidScroll in a CardsViewController for custom UI

Describe the solution you'd like Change scrollViewDidScroll in CardsViewController to open

Describe alternatives you've considered A custom delegate method could be created but I don't think that's necessary

Additional context None

jmjordan commented 4 years ago

I'm happy to do the work if it is approved.

badrinathvm commented 4 years ago

@jmjordan Please send us PR we will review and take it further. Thank you.

jmjordan commented 4 years ago

PR submitted: https://github.com/intuit/CardParts/pull/247