intuit/CardParts

Change background colour of View Controller

scjc opened this issue · 1 comments

scjc commented

So have a normal view controller which loads up with loadCards(cards: cards)(similar to the example's MainViewController.swift)

I would like to change the background colour. I have tried changing it in storyboards and also using self.view.backgroundColor = UIColor(red:0.21, green:0.21, blue:0.21, alpha:1.0) in the viewDidLoad()

However, neither has worked and I'm not really sure how else to set the background view

Any help is much appreciated and many thanks in advance!

If you take a look at issue #131 you will be able to understand how to change the background color. Let me know if that does not solve your issue.