Thank you for the fantastic tutorial. I’m new to all this, so it is nice to get such good explanations (and also using Swift since so much of Apple’s documents are still in Obj-C).
I do have one question that I haven’t been able to figure out. Is there a way to make one of the columns in a TableView an input column? I’m thinking of an App that works a bit like an Excel Spreadsheet. I want one column that has the data entry and then two more columns that do the calculations based on the current data and row above it. I haven’t found how to create a column of input data though.
Thanks ~ M