intuit / CardParts

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

Change background color [Help Wanted] #131

Closed vicxruiz closed 5 years ago

vicxruiz commented 5 years ago

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

croossin commented 5 years ago

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

vicxruiz commented 5 years ago

@croossin the collection view

croossin commented 5 years ago

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!