Nigel Smith

- Total activity 3
- Last activity
- Member since
- Following 0 users
- Followed by 0 users
- Votes 0
- Subscriptions 1
-
-
Nigel Smith created a post, CompletedAppcode array sort vs sorted
Cannot compile Swift 3 code that uses in place sort for arrays. Swift 3 changed from array.sort() to array.sorted(), and array.sortInPlace to array.sort(). This was a VERY bad move by Apple as it ...