@interface UITextField (removeWhiteSpace ) - ( NSString *) removeWhiteSpaces ; @end @implementation UITextField ( removeWhiteSpace ) - ( NSString *) removeWhiteSpaces { self . text =[ self . text stringByTrimmingCharactersInSet : [ NSCharacterSet whitespaceCharacterSet ]]; return self . text ; } @end
Technical Solutions for C, C++, Objective-C, C#, OOP's, Data Structure, Algorithms, Mobile Technology, Mobile Design, HTML/HTML5, Web, iOS/iPad/iPhone, Apple Script, Shell Script, Phonegap, AppAccelerator, Unix, Linux, Mac-OS X, Windows, SQL-Server, PL-SQL, Sqlite3, Database Design issues tips, tricks and hacks by Vinay Mishra.