Add Item to a List Viewer

Hi iOS Thunkers,

There is indeed a way to add an item to your List View. It’s a bit different than on Android (which uses “elements / from string”); on iOS, the property is called “textitems” and we’ve added some block instructions to our docs and in the figure below:

https://docs.thunkable.com/ios/components/user-interface/list-view.html

Albert @ Thunkable

5 Likes

Where do you find the “Set listview to” block?

albert used a variable, named “listview”, in his example (go to " Variables"-> create variable)

Thank you

Do you know how declare an empty list?
I try with this:

Imagen1

but the first element is empty

Also I’ve a problem with erasing the text from the textinput

THX!