How do I test if an NSString is empty in Objective C?
|
2
|
|
|
|
|
|
You can check if |
|||
|
|
|
|
Marc's answer is correct. But I'll take this opportunity to include a pointer to Wil Shipley's generalized
|
||||||||
|
|
|
The first approach is valid, but doesn't work if your string have blank spaces ( This code clear all the blank spaces on both sides of one string:
One good idea is create one macro, so you don't have to type this monster line:
Now you can use:
|
|||
|
|
