Check out example codes for "swift how to sort array". It will help you in understanding the concepts better.
Code Example 1
var images : [imageFile] = []
images.sorted(by: { $0.fileID > $1.fileID })
Learn ReactJs, React Native from akashmittal.com