Comparing Strings With NSString In Objective-C

Many people, when they are first starting with Objective-C and iOS want to be able to compare strings in if-then statements and things like that. But note that that doesn’t work because strings are objects and if you want to compare strings you will need to use the NSString object methods that Apple has made available to you.

Here is Comparing Strings with NSString. http://howtomakeiphoneapps.com/comparing-strings-with-nsstring-in-objective-c/1594/

No comments yet.

Leave a Reply