Is there any way to set the color of a WatchKit Table Row programmatically?
On the iPhone part of my app, I set each specific Table Cell with:
cell.backgroundColor = [self colorWithHexString:[stringArrayColor objectAtIndex:indexPath.row]];
So basically trying to set the background color of each of these types of rows:

Instead of setting the background color of the row, you set the background color of the group.
Maybe after Watch OS 2.0 you can change color of row but for now you can only change color for group like this:
[row.rowGroup setBackgroundColor:[UIColor clearColor]];
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With