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

  • SEARCH
  • Home
  • 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 8407637
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 9, 20262026-06-09T23:25:15+00:00 2026-06-09T23:25:15+00:00

How can I get the parameter names to show up when making a method

  • 0

How can I get the parameter names to show up when making a method in objective-c?

For example, I notice that NSDictionary defines it’s method like this:

- (void)setValue:(id)valueforKey:(NSString *)key;

But it actually shows up in use as this:

[dictionary setValue:@"myValue" forKey:@"myKey"];

If I define the same stub above in my header file, it shows up as this in use:

[self setValue:@"My value" :@"My Key"]
  • 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-09T23:25:17+00:00Added an answer on June 9, 2026 at 11:25 pm

    You are missing a space:

    - (void)setValue:(id)value forKey:(NSString *)key;
    //                        ^ HERE
    

    The signature that you provided uses identifier valueforKey as the name of the first formal parameter, and an empty segment for the key parameter.

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

Sidebar

Related Questions

You can declare a method in objective-c and name each parameter twice , basically.
How can i get url parameter when open dialog ? Sample Text when dialog
can any one guide me how to get parameter specially image from the given
I'm having this url parameter: http://127.0.0.1:8000/information/vimeo/?oauth_token=xxxxxxxxxxxxxxxxxxxxxxxx&oauth_verifier=xxxxxxxxxxxxxxxxxxxxxx How can I get the value of oauth_verifier
how can i get the parameters of any form being submitted with method=post before
can I have a route like... routes.MapRoute( Boundaries-Show, Boundaries, new { controller = Boundaries,
How can i pass a parameter (that is a returned value of another model
Can someone please show me how I can get my JSON data and use
I've been working on this all day now, and I just can't get it
I have a user a object that looks like this. $user = new User();

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.