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???
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
Post a Comment