intuit / CardParts

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

Theme properties are not overridable for an individual CardsViewController #209

Open muzoman opened 4 years ago

muzoman commented 4 years ago

The idea of a Theme is great, but I need to override one of the properties - cardsViewContentInsetTop and there doesn't seem to be a way to do that.

I see that you've added a cardCellMargins property to CardsViewController so that it can be overridden.

Do I need to fork this repository to tweak it to add the cardsViewContentInsetTop in the same way or is there a better solution to overriding this property?