As I understand it, the UITableViewCellAccessoryTypeCheckmark appears when the row is tapped/untapped.
However, I would like to make an accessory that is always visible. Like a Checkbox or something of the sort. This is because i want to display additional information if the row is selected but if the Checkbox at the right end of the row is tapped, a tick should appear in it.
Sorry if I was not very clear. Please ask me for any clarifications.
Thanks!
You can achieve this by using button.Create a button in cell with unchecked checkbox image and when user click on this button change the image of the button to check.