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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T23:19:08+00:00 2026-06-02T23:19:08+00:00

I am doing a custom Segue on Storyboard and I have a button that

  • 0

I am doing a custom Segue on Storyboard and I have a button that contains this code:

 [self performSegueWithIdentifier:@"line3" sender:sender];

By clicking on the button it works well. The problem I am running into that this code only works inside a button function not inside a void function. I tried clicking on the button and it works well. When I paste it inside just a void function it gives me an error complaining about the sender. I tried changing it to void but nothing happens. Can you give me some insight on to fix this issue. I am checking a UserDefault and it matches what I am looking for then I want to to perform this code: [self performSegueWithIdentifier:@"line3" sender:sender];

-(IBAction)LoginAttemp:(id)sender{
    [self performSegueWithIdentifier:@"line3" sender:sender];
}



-(void) LoginFailed{
    [self performSegueWithIdentifier:@"line3" sender:sender];
}

Error I Get:

Use of undeclared identifier ‘sender’

Any insight?

  • 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-02T23:19:11+00:00Added an answer on June 2, 2026 at 11:19 pm

    change

    [self performSegueWithIdentifier:@"line3" sender:sender];
    

    to

    [self performSegueWithIdentifier:@"line3" sender:Nil];
    

    the sender is:

    The object that you want to use to initiate the segue. This object is
    made available for informational purposes during the actual segue.

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

Sidebar

Related Questions

Anyone know how to get around this problem? I'm doing some custom button styling.
Doing a custom Tumblr theme that will have a mix of the usual Tumblr
I have a UIView subclass that I am doing some custom drawing in. When
I'm doing custom drawing in datagridview cells and I have items that can vertically
I am doing some custom drawing a UITableViewCell that I have subclassed. In there
We are doing custom drawing in a control subclass's OnRender . This drawing code
I am doing a custom control (inherited from VisualBasic.PowerPacks.LineShape ), that should be painted
I'm doing custom-rolled view tracking on my website, and I just realize that I
I have spent several hours today reading up on doing Custom Routing in ASP.NET
I'm doing a custom nav in ios for the first time. I have six

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.