Hi, I would like to make my text label on a cell fade out when I press a button. I tried pointing the label I want to make fade out, but it just work for only last cell.
And I found out that -(void) willTransitionToState:(UITableViewCellStateMask)state is the way to solve this problem, but I don't know how to use. Do I need to make a new class that is subclass of UITableViewCell class?
Any help will be appreciated. Thank you!