IOS How to remove whitespace in a string

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

Comments

Popular posts from this blog

Install DNF in RHEL/CentOS 7

IOS How to create movie from images

PostgreSQL - Numeric Function