Thursday, October 14, 2010

remove charcater from string

lets say you have @"hello" now ir order to get ello you can do this
NSString *newStr = [myString substringWithRange:NSMakeRange(1, [myString length] - 1)];

No comments:

FEEDJIT Live