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
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.
The text was updated successfully, but these errors were encountered:
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.
The text was updated successfully, but these errors were encountered: