views:

24

answers:

1

Hi All,

 I have a doubt in accessory view in UITableView. The doubt is

Is it possible to add more than one button in UItableviewcell using accessryView if so plz guide me.

thanks in advance

A: 

You could use a custom view that has two buttons as subviews, and add this as the accessoryView, but you are probably better off with a custom UITableViewCell.

Eiko
Thanks a lot buddy i fixed the issue through custom view.
Prakash.S