Greetings. I need to allow the users of my app to choose one item from a list of about 50 text items (column names in an np matrix, loaded into a list). It seems that the best UI tool for this is the TableView, but after a few hours of frustration and playing with various sample code snippets I haven't managed to make this happen. The more I read, the more confused I get. I simply need to populate the TableView from the list, allow the user to choose an item, and then see what item was chosen.
I'd be most grateful for some practical help targeted at someone who isn't (yet) a master of OOP. Thanks in advance!