The syntax / script used to sort a declared array provided:
Code:
//â-get all the keys in the dictionary object and sort themâ-
NSArray *array = [[self.movieTitles allKeys]
sortedArrayUsingSelector:@selector(compare:)];
How do i set it without the arrays being sorted.