I'm using xcode, swift 5.0.
I have a multidimensional array for a tableViewController to give a list with different sections.
I would like for the array to be taken from a text file which is stored remotely (so that the array contents can be updated without an app update).
Any advice on how to code for this?