I have a collection View XIB in Xcode and this is binding to an array controller. I need to display the items in the array controller to the collection view in ascending order but it doesn't working. It displays in random order(i guess). Additionally, the items in the array controller have two string variables "title" and "tag".
How can I solve this problem?