0

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

1 Answers1

0

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
  • 25,601
  • 15
  • 56
  • 71