tags:

views:

37

answers:

1

Hi! I want to add UIButton at the rightmost on cell of UITableView. I m not getting how to do it. Please reply.

Thanks In Advance, Vikas

A: 

Set the button as the accessoryView of the cell.

KennyTM
I have used accessoryView in my code but it is not giving output as i and u expect.
vikas Savardekar