Re: [swift-users] reading data from a table in swift

2016-11-26 Thread Saagar Jha via swift-users
Here’s a solution I came up with, which should generalize for any condition and for arrays with dimensions >= 1 by 1. I’m not sure if there’s a Swiftier™ way to iterate over 2D arrays; if there is I’d like to hear it! // Find the index of the first row in table in the column specified where the

[swift-users] reading data from a table in swift

2016-11-26 Thread Paul via swift-users
Hi I am almost a complete noob to Swift and I am writing my first app. I need to read a value from a table and return that to the app to do a few calculations but I am so new I have no idea what is the best method to do this. Specifically there are two tables (currently in microsoft excel) that