Create NSString from strings within a dictionary

Posted by David Reynolds on Stack Overflow See other posts from Stack Overflow or by David Reynolds
Published on 2010-05-23T13:29:51Z Indexed on 2010/05/23 13:30 UTC
Read the original article Hit count: 225

Filed under:
|
|

I have an NSDictionary where both the keys and values are NSStrings and I'd like to create one NSString from them in the form of

Key1: Value1
Key2: Value2

What is the best method of doing this?

© Stack Overflow or respective owner

Related posts about iphone

Related posts about objective-c