can someone please tell me if I can change the color on below format using Color Set. For example, Instead of .blue, I want to use my own color set such as Color("colorname"). Is this possible
.onAppear {
UITableView.appearance().backgroundColor = .blue
}
>Solution :
UITableView.appearance().backgroundColor = UIColor(named: "your set here")