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 8642689
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T11:50:29+00:00 2026-06-12T11:50:29+00:00

I have a method with multiple variables: -(void) showImg:(UIBarButtonItem *)sender string1:(NSString *) string2:(NSString *);

  • 0

I have a method with multiple variables:

-(void) showImg:(UIBarButtonItem *)sender string1:(NSString *) string2:(NSString *);

I want to send NSString values (As this function is used for multiple elements).

This is how I add my action when no parameters are needed:

[myButton addTarget:self action:@selector(showImg) forControlEvents: UIControlEventTouchUpInside];

I tried adding parameters within the @selector like this:

[myButton performSelector @selector(showImg:string1:string2::) withObject:@"-1" withObject:@"-1"];

But this does not work. How may I call my function with multiple parameters directly inside the @selector?

  • 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-12T11:50:30+00:00Added an answer on June 12, 2026 at 11:50 am

    You can make your UIButton call a function in between (like a middle man), to control the next functions parameters.

    UIButton *myButton = [UIButton buttonWithType:UIButtonTypeRoundedRect];
    [myButton addTarget:self action:@selector(buttonTapped:) forControlEvents:UIControlEventTouchUpInside];
    
    -(void) buttonTapped:(id)sender{
        if(<some logical condition>){
            [self showImg:sender string1:@"-1" string2:@"-1"];
        }else {
            [self showImg:sender string1:@"otherVal1" string2:@"otherVal2"];
        }
    }
    
    -(void) showImg:(id)sender string1:(NSString *)string1 string2:(NSString*)string2 {
        //Other logic
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am using c#. I have a method that outputs multiple values. I am
I have a search-method which returns multiple items, each with several child-properties with references
I have a method that I've started to use in multiple models for Webscraping,
I have a method that returns a new list (it pertains to a multiple
I have a site in multiple languages. I have a method that returns me
Do Java collections have a built-in method to return multiple items from that collection?
Possible Duplicate: Bind multiple events to jQuery 'live' method I have the following function:
Is it considered bad practice to have multiple try's in one method and structure
Let's say I have a static class with a static method. Multiple threads can
I have this code : Button groupsButton = (Button)findViewById(R.id.groupsButton); groupsButton.setOnClickListener(new OnClickListener() { public void

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.