How to add a cutsom accessory image to a Table View Cell
Each table view cell has an accessory type on the right. You can check which one should be shown by default in Interface Builder (those are none, tick box (aka checkmark), disclosure and detail disclosure chevrons). You can however use your own graphics in this place. All we need to do is add our own […]