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.