iOS Question iTableView

yves67

Active Member
Licensed User
Longtime User
Hello,
I would like to ues TableView but I am a little bit confuse

In the IDE, librairies there are iTableView (1.21) and iTableView2(1.21)
and in the IOS Librairies in the forum there is alos an iTableView

???

Wichc one should I use ? to be able to have the tableview in the designer ?

Thanks
Yves
 

yves67

Active Member
Licensed User
Longtime User
OK using the iTableView(1.21) and with the definition of the Table in the code, it is working
but in this case, I cannot define the TableView in the designer....

my question is still pending

thanks for any help
 
Upvote 0

yves67

Active Member
Licensed User
Longtime User
OK, I have tested iUI8
but there is no SetColumns ?
I would like to display a table, with columns and be able to a search on one or two columns

what would be the best solution ?

Thanks
Yves
 
Upvote 0

yves67

Active Member
Licensed User
Longtime User
Hello,
OK, I have read a lot all the questions on the forum about iTableView and SearchView but I am lost...
let me explain my concern:
iTableView is to display a table with iUI8
and Searchview is to find an occurence in a list (items)
now how can I display a table with a textfield to search in this table the occurence ?
do you have an example ?
I will continue reading ...
Thanks for your help and patience
Yves
 
Upvote 0

Erel

B4X founder
Staff member
Licensed User
Longtime User
iTableView - Based on the native UITableView control - a list of items.
SearchView - Uses iTableView to implement a nice and fast autocomplete feature.
iCustomListView - Based on ScrollView - custom list view similar to B4A CustomListView.
Table (https://www.b4x.com/android/forum/threads/class-table.46567/#content) - Based on ScrollView - Shows tables with multiple columns. Supports huge tables.
 
Upvote 0

yves67

Active Member
Licensed User
Longtime User
THANKS for your reply
a new one, table class
seems good for me, this table class, but can I do a search in the table ? like SearchView ?
I will try to use the table class
Thanks Erel
 
Upvote 0
Top