Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 8756661
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T14:07:58+00:00 2026-06-13T14:07:58+00:00

How do I verify if a key exists on a NSDictionary ? I know

  • 0

How do I verify if a key exists on a NSDictionary?

I know how to verify if it has some content, but I want to very if it is there, because it’s dynamic and I have to prevent it. Like in some cases it could happen to have a key with the “name” and is value, but in another cases it could happen that this pair of value don’t exists.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-06-13T14:07:59+00:00Added an answer on June 13, 2026 at 2:07 pm

    The simplest way is:

    [dictionary objectForKey:@"key"] != nil
    

    as dictionaries return nil for non-existant keys (and you cannot therefore store a nil in a dictionary, for that you use NSNull).

    Edit: Answer to comment on Bradley’s answer

    You further ask:

    Is there a way to verify if this: [[[contactDetailsDictionary objectForKey:@”professional”] objectForKey:@”CurrentJob”] objectForKey:@”Role”] exists? Not a single key, because is a really giant dictionary, so it could exist in another category.

    In Objective-C you can send a message to nil, it is not an error and returns nil, so expanding the simple method above you just write:

    [[[contactDetailsDictionary objectForKey:@"professional"] 
                                  objectForKey:@"CurrentJob"] 
                                    objectForKey:@"Role"] != nil
    

    as if any part of the key-sequence doesn’t exist the LHS returns nil

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want a script to verify if the key pressed is 'spacebar', keycode 32.
There have been a few timely posts about IP security and the like, but
Is there an easy way to verify that a given private key matches a
Using Postgres on Heroku Cedar, when I try to verify a public key using
Is there a verify() function (Such as VERIFY() in msvc) or similar that is
I need to verify a procedure that has an out cursor parameter. Specifically I
I am trying to verify the content of a large list using Robotium, and
In general, can the verify-methods in java.security.cert.Certificate be considered thread-safe? Specifically, verify(PublicKey key) and
This has been bugging me for some time now. My problem is the following.
(Disclaimer) MY php experience is approx 2 hours old and I have know idea

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.