objective c - The multiple select checkboxes of Custom UITableviewcell is not selecting -
i use below code sending uitableviewcell
editing mode:
- (uitableviewcelleditingstyle) tableview:(uitableview *)tableview editingstyleforrowatindexpath:(nsindexpath *)indexpath { return 3; }
when enable editing mode checkboxes of editing mode appears in cells when click on cells background changes, checkbox not selecting or deselecting.
does have idea wrong??
i set selectionstyle
of cells below:
[cell setselectionstyle:uitableviewcellselectionstylegray];
now, checkboxes checking when cell more higher, line adding center of cell too!!
Comments
Post a Comment