iOS Question ListView AddSingleLine and Customize it

Marco Maria Vilucchi

Active Member
Licensed User
Longtime User
Hi Erel,

related to the Tutorial
"B4i ListView"
I have 2 questions

1) how can i customize text/cell after your
TableView1.AddSingleLine("Item #" & i)

2) how can i customize text/cell for "First line"
Dim tc As TableCell = TableView1.AddTwoLines("First line", "") 'the second line will be soon added

Ths
Marco
 

Erel

B4X founder
Staff member
Licensed User
Longtime User
Upvote 0
Top