Your web-browser is very outdated, and as such, this website may not display properly. Please consider upgrading to a modern, faster and more secure browser. Click here to do so.
NSSortDescriptor *descriptor = [[NSSortDescriptor alloc] initWithKey:@”CountryName” ascending:YES];
[dataArray sortUsingDescriptors:[NSArray arrayWithObjects:descriptor,nil]];
dataArray = [dataArray copy];