Tagged Questions
0
votes
1answer
141 views
Attached NSMutableArray data in E-mail Body?
I am New To Iphone programming.my Array store UIlabel along with properties.For Exp,Text,TextColor,background color etc.Now i want to send all the array data in E-mail body.
here is my code.
...
0
votes
1answer
333 views
Data Attached in E-mail?
My NSMutableArray data are in NSData formate.I am trying to attached NSMutableArray data to E-mail body.Here is my NSMutableArray code:
NSUserDefaults *defaults1 = [NSUserDefaults ...
0
votes
3answers
162 views
Data Attachement in E-mail?
I save my objects in NSMutablearray in NSData formate.No i am try to attached in E-mail Body.here is code.
- (IBAction)sendEmail
{
if ([MFMailComposeViewController canSendMail])
{
...
0
votes
1answer
392 views
NSMutableArray Data Attachement With E-mail Body?
My NSMutableArray data are in NSData formate.I am trying to attached NSMutableArray data to E-mail body.Here is my NSMutableArray code:
NSUserDefaults *defaults1 = [NSUserDefaults ...
1
vote
1answer
177 views
How can I Attached NSMutableArray Data With E-mail Body?
I am trying to attached NSMutableArray data to E-mail body. Here is my NSMutableArray code:
NSUserDefaults *defaults1 = [NSUserDefaults standardUserDefaults];
NSString *msg1 = [defaults1 ...
0
votes
1answer
250 views
Convert Bytes Into UIImage
When I convert my NSMutableArray Into NSdata,I get NSMutableArray data in bytes.
Now I want To convert it into UIImage, because I want to send My Array data by Email, but I get null in UIImage.
Here ...
