Hi Tarek,
Wow, it's been a long time since you replied and I didn't reply. I got distracted with another project for the last 5 weeks or so and only just back to working on Tap Forms this weekend. No, this is not working for me. In fact, no matter what I do to the detailTextLabel, nothing affects it.
I've tried setting the background (or foreground) colour of the detailTextLabel and it also has no effect:
if ([cell isKindOfClass:[SCLabelCell class]]) {
cell.detailTextLabel.backgroundColor = [UIColor yellowColor];
}
I'm quite puzzled right now. I know this should work.
I'm sure I'm doing something stupid that'll take me hours and hours to figure out and then realize it was something dumb that I could have fixed in 2 minutes.
Thanks,
Brendan