Create NSString from strings within a dictionary
- by David Reynolds
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?