You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have the following scenario:
I set up a table with 3 RERadioItems
In - (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
I set cell.alpha = .75;
To make the table background visible through the cells.
Everything looks good until I select an option for one of the RERadioItems. When the table is updated in [item reloadRowWithAnimation:UITableViewRowAnimationNone];
The cells loose the alpha setting.
Is there a way to prevent that?
The text was updated successfully, but these errors were encountered:
Hi Roman.
I have the following scenario:
I set up a table with 3 RERadioItems
In
- (void)tableView:(UITableView *)tableView willDisplayCell:(UITableViewCell *)cell forRowAtIndexPath:(NSIndexPath *)indexPath
I set
cell.alpha = .75;
To make the table background visible through the cells.
Everything looks good until I select an option for one of the RERadioItems. When the table is updated in
[item reloadRowWithAnimation:UITableViewRowAnimationNone];
The cells loose the alpha setting.
Is there a way to prevent that?
The text was updated successfully, but these errors were encountered: