travrmoo / storyboardPlayground

Learning to work with autolayout and experimenting with formatting.
0 stars 0 forks source link

Change stackview background colors to match view color on button press. #3

Open travrmoo opened 3 years ago

travrmoo commented 3 years ago

I have updated this to change the background color of each individual stackView but I am unsure if this is best practice. Am seeing multiple recommendations to add a view behind the stackViews, and then change the background color of that instead of each individual stackView. Still exploring this.