Hi everyone,
i just created a subclass of uitableviewcell and used it in my cellforrowatindexpath.
after adding a simple uilabel my cell looks currently something like this:
my aim is to style the cell like
but how to do that? first i thougt about simply adding a uiimageview and sending it to back with the rounded corners and the arrow in it.
but in real this are three different types of a cell. one for top, one for the middle part, one for the bottom part of a section.
any hints how to handle this three "custom" cells in one subclass of uitableviewcell? thanks for all tips!
choise
// if anything is unclear, leave a comment! ;)