Hi! I m adding UIButton on each cell of UITableView dynamically. I want to handle touch event on this UIButton. Can u plz help me to sort out this issue?
Thanks In Advance, Vikas
Hi! I m adding UIButton on each cell of UITableView dynamically. I want to handle touch event on this UIButton. Can u plz help me to sort out this issue?
Thanks In Advance, Vikas
[myCellButton addTarget:self action:@selector(myCellButtonPressed:) forControlEvents:UIControlEventTouchUpInside];