Post

Replies

Boosts

Views

Activity

Reply to uitableviewcell accessory checkmark not showing when set
please ignore this. my bad. didSelectRowAtIndexPath i should not get cell with dequeueReusableCellWithIdentifier (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath {    //ewfFreeItemPickerTableViewCell *cell = [self.tableView    //   dequeueReusableCellWithIdentifier:@"ewfFreeItemPickerCell" forIndexPath:indexPath];     // this works. ewfFreeItemPickerTableViewCell *cell = (ewfFreeItemPickerTableViewCell *)[tableView cellForRowAtIndexPath:indexPath]; }
Oct ’20