NSComparisonResult result; //has three possible values: NSOrderedSame,NSOrderedDescending, NSOrderedAscending result = [today compare:yo...
Read More
Showing posts with label descendingorder. Show all posts
Showing posts with label descendingorder. Show all posts
NSComparisonResult
NSComparisonResult compareResult; compareResult = [str1 compare:str2]; if (compareResult == NSOrderedAscending) NSLog(@"str1 prec...
Read More
Subscribe to:
Posts (Atom)