ios - How to create a UITableCell that has multiple subtitles -


i came across design image online , puzzled on how make uitablecell has multiple subtitles , allows me customised them in way shown picture.

my understanding 1 can use 1 subtitle per cell.

is there way create uitable cell looks that? how go on make 4 subtitles under cell title???

enter image description here

you having custom layout uitableviewcell. video should in doing this:

http://www.youtube.com/watch?v=d_ko-j3dyvc

basically need design ui of cell in storyboard/nib file , add multiple labels table cell there. sub-class uitableviewcell , link designed uitableviewcell in storyboard/nib. addd iboulets in class labels , link labels ui these iboutlets.


Comments

Popular posts from this blog

SPSS keyboard combination alters encoding -

Add new record to the table by click on the button in Microsoft Access -

javascript - jQuery .height() return 0 when visible but non-0 when hidden -