iphone - How do I create a rounded table with controls in the cells? -


i'm exploring iphone sdk , want create , use ui component figure below. rounded table cells in each cell can have label text, maybe input text field , action button take next screen. table should not screen filling.

but... can't figure out how or find example code. 'table view' seems result in screen filling table , although 'table view cell' looks need can't find examples. i'm sure it's not hard, can't find it. tips, pointers appreciated.

(this figure example of sort of ui component i'm looking for, i'm not build related flight tracking...)

table component http://gerodt.homeip.net/table_ui_component.png

gero

try looking @ "5_customtableviewcell" project of tableviewsuite code sample apple. should how create custom subclasses of uitableviewcell.

the short answer is, alluded above, you'll want subclass uitableviewcell , add custom ui elements it. example provided, you'd want 2 different types of cells; 1 label (in light blue) , content (in black) 4 of cells, , more complex 1 additional text on right.


Comments

Popular posts from this blog

c++ - How do I get a multi line tooltip in MFC -

asp.net - In javascript how to find the height and width -

c# - DataTable to EnumerableRowCollection -