Most of my buttons are handled programmatically so they can be easily customized EXCEPT one. And I haven't figured out how to personalize it's background to a custom theme color.
Asked
Active
Viewed 375 times
0
-
See if this thread has what you need https://stackoverflow.com/questions/41074243/how-set-background-color-of-a-button-xcode – Visal Rajapakse Sep 24 '21 at 15:30
-
1This is Mac OS? You should add that tag. And you need to add a lot more detail. Show how you are creating this button, what the background currently looks like, and what you want it to look like instead. – Duncan C Sep 24 '21 at 15:42
-
Hint: `CALayer.backgroundColor` – El Tomato Sep 24 '21 at 16:49
-
Add an outlet and customize programmatically? – Willeke Sep 26 '21 at 08:34