¡@

Home 

2014/10/15 ¤U¤È 10:04:43

iphone Programming Glossary: btn.tag

How to Select particular check Box in tableView which is inserted in table cell interface builder in iphone

http://stackoverflow.com/questions/5415732/how-to-select-particular-check-box-in-tableview-which-is-inserted-in-table-cell

loadNibNamed @ RequestSongSelectingCell owner self options nil NSLog @ start cell requestingCell NSLog @ end cell.btn.tag indexPath.row your customization return cell IBAction checkButtonPressed id sender UIButton btn UIButton sender int selected_index.. your customization return cell IBAction checkButtonPressed id sender UIButton btn UIButton sender int selected_index btn.tag This is your index of selected cell NSLog @ check box button pressed requestingCell.checkBoxButton.imageView.image UIImage.. cell requestingCell NSLog @ end check if cell is already selected or not if not selected tag will be positive cell.btn.tag indexPath.row if selected tag will be negative cell.btn.tag indexPath.row your customization return cell IBAction checkButtonPressed..