I'm looking to learn a few things about tables in Xcode and have an idea for an app but am not quite sure what the best tool to use within Xcode is.
I basically need to have a table in my app where a row would be split into 4 columns, 3 which would require a user input and the 4th that would be calculated.
It would need a + button at the button so the user could add a new row.
I don't want the table to be the whole view but instead a part of it.
Any ideas what the best thing to use would be? I'm really not sure about the row being split into 4 compartments.
I basically need to have a table in my app where a row would be split into 4 columns, 3 which would require a user input and the 4th that would be calculated.
It would need a + button at the button so the user could add a new row.
I don't want the table to be the whole view but instead a part of it.
Any ideas what the best thing to use would be? I'm really not sure about the row being split into 4 compartments.