converting NSMutableData to NSMutableDictionary?

Posted by senthilmuthu on Stack Overflow See other posts from Stack Overflow or by senthilmuthu
Published on 2010-01-19T12:25:44Z Indexed on 2010/03/17 18:01 UTC
Read the original article Hit count: 338

Filed under:
|

hi, i am accumulating data from NSMutableDictionary to NSMutabledata like

    NSMutableData *data = [receivedData objectForKey:@"tag1"];

and also

    data  = [receivedData objectForKey:@"tag2"];

after this one , how can i get data for @"tag2" only from NSMutableData?

 NSMutableData tag2Data = [Data forKey:@"tag2"]; 

is not working?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about iphone-sdk