LISTBOX (dataGrid?) for iOS [Swift]

The other day I decided to port an old Xojo program to the iPad… then realized that it used multiple Listbox controls through out… UITableView is basically one column.

So I began creating a listbox type control for iOS… won’t be much good on an iPhone due to size, but works nicely on iPad.

I have the basics of it working, but it still has a ways to go.

1 Like

Have cellTextPaint and cellBackground paint working (slight different syntax than Xojo)

This control will not have live editting, that will be up to the user to supply, The control WILL indciate what cell was selected allowing the user to decide if/when to edit, and do any required validation