This is a discussion on How to Append Text in iOS SDK within the iPhone/iPad Programming Tutorials forums, part of the Programming Section category; Here is how to Append two or more NSString together. Code: NSString *img = @"[IMG]"; img = [img stringByAppendingString:@"sample text"]; ...
Here is how to Append two or more NSString together.
Code:NSString *img = @"[IMG]"; img = [img stringByAppendingString:@"sample text"]; NSString *closeImg = @"[/IMG]"; finalURL = [img stringByAppendingString:closeImg];
MozyMac Founder,Chairman and CEO
MacBook Pro Unibody late 2008 2.4Ghz 4GB ram 250GB HD
MozyMac Youtube Channel