Skip to content

Instantly share code, notes, and snippets.

@csmobile
Created May 21, 2014 20:11
Show Gist options
  • Save csmobile/a3215d3f465a4a225107 to your computer and use it in GitHub Desktop.
Save csmobile/a3215d3f465a4a225107 to your computer and use it in GitHub Desktop.
easy concatenation of strings in iOS
// NSString *string1 = _textField1.text;
// NSString *string2 = _textField2.text;
// NSLog(@"contents are: %@, %@", string1,string2);
//[NSString stringWithFormat:@"%@%@", string1, string2];
@csmobile
Copy link
Author

Easy Concatenation of Strings in iOS

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment