iOS Question xCLV adding items issue SOLVED!

ilan

Expert
Licensed User
Longtime User
hi

i am trying to add items to xCLV but nothing happens.
i am adding the xCLV with the designer and then in code i try to add items to it.
first i used simple AddTextItem but nothing happens

B4X:
gifclv.AddTextItem("item 1",0)

no error, no item

i checked the text color and text size and everything looks ok. then i tried to use the CreateListItem event and still no items are shown. i dont get any logs or errors i just dont see anything.

i need to mention that i use b4i v5.50 and xCLV v1.67 and also run it on simulator.

any ideas?
 
Last edited:
Top