Within my code to fetch data from CoreData I have the following line:
let itemNoSort = NSSortDescriptor(key:"itemNo", ascending: false)
What I am not sure of however is that the above is the same as saying descending: true
Can't seem to find it in the documentation.