Change background color [Help Wanted]
vicxruiz opened this issue · 3 comments
vicxruiz commented
How can i change the background color from gray to white?
croossin commented
Hi @vicxruiz - which background color are you referring to? The cards background color? The collection views background color?
croossin commented
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!