I need to add : between 2 strings when i add them together.
I couldnt find simple way to do that,and i am sure there is .
NSString *inBase64;
inBase64=[userName.text stringByAppendingString:idNumber.text];
I need: userName:idNumber
Thnks
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
You can use stringWithFormat…