Hey,
Im sending a message in my app by email, but i cant get the spacing to work in the code!
I have :
But if i write the message like this:
It doesn't work and i get a whole load of errors! How do i format my email text in the code, so i can make it look like a real formatted email?
Im sending a message in my app by email, but i cant get the spacing to work in the code!
I have :
Code:
NSString *emailBody = @"Your Message In Here!";
But if i write the message like this:
Code:
NSString *emailBody = @"Your Message In Here!
Signed Blah Blah";
It doesn't work and i get a whole load of errors! How do i format my email text in the code, so i can make it look like a real formatted email?