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
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
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.