intuit/CardParts

Theme properties are not overridable for an individual CardsViewController

muzoman opened this issue · 0 comments

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?