A member of Apple's Objective-C framework Cocoa.
I have an array which contains dictionary objects. In each dictionary the key are common. Now I want to get …
objective-c nsarray nsdictionary key-value-codingI want to check if an NSDictionary is empty. I am doing it like this. mutDictValues = [[[NSUserDefaults standardUserDefaults] objectForKey:@"dicValues"]…
iphone ios objective-c nsmutablearray nsdictionaryI am trying to initialize NSDictionary but it gives me following error: Program received signal: “EXC_BAD_ACCESS”. Here is …
objective-c nsdictionaryNow I know that when swift compiles it just makes a NSDictionary, but the NSDictionary and Swift dictionaries have different …
dictionary swift nsdictionary nsmutabledictionaryI created plist with big base of different animals in it (keys) and added this plist in my project. Type …
objective-c nsarray plist nsdictionaryI can get an array of dictionary keys sorted by values, but how to I get an array of values …
objective-c swift nsdictionaryI have a NSDictionary that parsed to an array one of the element is date, i tried using [startimeArray sortUsingSelector:@…
ios objective-c uitableview nsdate nsdictionaryI'm new in Swift and I have a problem with filtering NULL values from JSON file and setting it into …
ios json swift null nsdictionaryI am trying to send to my server a json file. The json format should look exactly like this: { "eventData": { "…
ios json format nsdictionaryIs it possible to get a dictionary key by index? I'm trying to use a dictionary for the datasource of …
ios objective-c ios7 nsdictionary uipickerview