JKExpandTableView icon indicating copy to clipboard operation
JKExpandTableView copied to clipboard

How to hide check mark?

Open bouchtaoui-dev opened this issue 9 years ago • 0 comments

Hello guys, I have a problem to hide the black checkmark on child cells. Everytime I select a child item, it puts a black checkmark on the right of the cell. How can I turn that off? I finally fixed it by commenting out the following line in JKSubTableViewCell.m: cell.selectionIndicatorImg.image = [self selectionIndicatorImgOrDefault];

Is there another better way to do that than the hackish way I did? I rather don't touch the JKExpandTableView project source.

bouchtaoui-dev avatar Dec 09 '15 11:12 bouchtaoui-dev