cocoanetics.com
Remove Whitespace from NSString
In Cocoa Touch you always need to write more to achieve the same … NSString *string = @” spaces in front and at the end “; NSString *trimmedString = [string stringByTrimmingCharac…