multiple columns swift 4

Is there a way to create a UITableView or a UIVIew that I can utilize mutliple columns? I am making a custom application for a data analysics colleage at my job who would like to display mutliple colums within a single view whether it is a UITableView or a UIView.


The only options he could think of is creating an image from the results of a database query or creat a website and use the UIWebKit to display the information.



Thank you in advance.

Why not create a table with multiple labels or UITextFields in each cell ?

We looked at using the UITableView. The amount of information to be display is massive. They would like to have the data displayed next to each other, side by side so it is easier for the user to compare the data. I have been pushing for tableview but the users are reluctant.

In that case, you could design your own table in a UIView class. I did this (in OSX App), as I needed aka spreadsheet UI.


Do you need to edit data, or just vizualize ?

multiple columns swift 4
 
 
Q