I understand that this is not the only question on the topic but I do need to create a table with rows and columns using Swift and answers to other questions seem to be uncertain and very "hacky".
I had a shower thought that it might be a good idea to generate the table using our web service and then embed it into the app, does this sound wise?
From what I understand Swift/Objective-C does not support a native form of a table view with columns and rows. Am I correct to think this? Is it possible to embed a table printed onto a web page into a Swift app?