IOS How to remove whitespace in a string

NSString *newString = [myString stringByReplacingOccurrencesOfString:@" " 
                                                            withString:@""];

Comments

Popular posts from this blog

LINUX Move and copy files using SSH

PHP Predefined Variables

Java : Variables Declaring