Which of the following compares NSString while ignoring case?
Correct Answer: if( [@"Some String" caseInsensitiveCompare:@"some string"] == NSOrderedSame ) { }
Explanation:
Note: This Question is unanswered, help us to find answer for this one
More IOS Technical Test MCQ Questions