I want to create custom check box in my Custom UITableViewCell. I have used following way in UITableViewCell but doesn\'t find it appropriate. I need to it in
UITableViewCell
cell.btn = [[UIButton alloc]init]; cell.btn.tag=indexPath.row; [cell.btn addTarget:self action:@selector(ActionSingleSelect:) forControlEvents:UIControlEventTouchUpInside];