Dear sirs,
How to create a Table View List with different Cell Styles (Title and Subtitle bellow, Title Left and Subtitle Right, …) ?
Just for explain another way, these is the Object C structure:
typedef enum {
UITableViewCellStyleDefault,
UITableViewCellStyleValue1,
UITableViewCellStyleValue2,
UITableViewCellStyleSubtitle
} UITableViewCellStyle;
Thank You !