Sort 2D Array in New Swift, previous sort not working
问题 Hi and thank you very much for your help. I'm new to swift and have thoroughly researched the other answers but they all are not working for me. I have sample data in the format: ["10-24-2015", "124", "Yes", "No", "No", "Yes", "Yes", "NA", "NA"] There are only 3 entries with varying dates and values and they're all in a master array. It's been written to a file already and so I start my code below from a loaded file. All I would like to do is to sort the arrays by date which is the first