How to get a particular key for object in NSDictionary

This is how you can get a first key for object (in case it is NSString):

Since you may not get a key for some objects, if it is absent.

How to add an array to the top of another array in iOS

I found two good solutions in StackOverflow:

And the second one: