I can't imagine why Xcode can't support this simple use case (importing project from existing sources) which many other IDEs support out of the box.
Switching to another IDE. VS code was able to import it instantly.
Still not completely clear to me.
Lets say I click on "Family name" column, what happens next? Does the value of sortOrder variable change if I click on "Family name" column? If yes, what will be the new value? Also, how can I use custom Comparator for different columns?
I can't imagine why Xcode can't support this simple use case (importing project from existing sources) which many other IDEs support out of the box.
Switching to another IDE. VS code was able to import it instantly.
Still not completely clear to me.
Lets say I click on "Family name" column, what happens next? Does the value of sortOrder variable change if I click on "Family name" column? If yes, what will be the new value? Also, how can I use custom Comparator for different columns?