intuit/CardParts

Change background color [Help Wanted]

vicxruiz opened this issue · 3 comments

How can i change the background color from gray to white?

Hi @vicxruiz - which background color are you referring to? The cards background color? The collection views background color?

@croossin the collection view

You can simply change the collectionView background color in your CardsViewController by doing the following: self.collectionView.backgroundColor = .purple.

Let me know if this does not satisfy your question!