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

Popular posts from this blog

angularjs - ADAL JS Angular- WebAPI add a new role claim to the token -

php - CakePHP HttpSockets send array of paramms -

node.js - Using Node without global install -