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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 13, 20262026-06-13T12:48:47+00:00 2026-06-13T12:48:47+00:00

I have a UIAlertView with buttons and I am trying to make these buttons

  • 0

I have a UIAlertView with buttons and I am trying to make these buttons execute an action. The problem is I have an “undeclared identifier” in my method.

THE ISSUE I SEE http://tinypic.com/view.php?pic=28qvhom&s=6

THE CODE

The alert view

 UIAlertView *alert = [[UIAlertView alloc]
    initWithTitle:@"Well done!"
    message: @"You got all 20 in Time: x"
    delegate:nil
    cancelButtonTitle:nil
    otherButtonTitles:@"Save and Quit", @"Quit", nil];


[alert show];}

the void

-(void)alertView:(UIAlertView* )alertView 
clickedButtonAtIndex:(NSInteger)buttonIndex         

{

    if(buttonIndex==0) {/*some action */ }
    else if(butonIndex==1){/*some action */}

}


     //I aso have <UIAlertViewDelegate> in my .h file.   
  • 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-13T12:48:48+00:00Added an answer on June 13, 2026 at 12:48 pm

    The problem is in else if(butonIndex==1) you’re missing the second “t” in the word button.

    For future reference, Xcode’s “Fix-It” feature will fix trivial mistakes like this for you.

    enter image description here

    Click the red circle to activate the fix-it menu then simply hit enter.

    EDIT:

    Do this:

    - (void)myMethod{
    
    }
    
    -(void)alertView:(UIAlertView* )alertView clickedButtonAtIndex:(NSInteger)buttonIndex
    {
    
    }
    

    Not this:

    - (void)someMethod
    {
        -(void)alertView:(UIAlertView* )alertView clickedButtonAtIndex:(NSInteger)buttonIndex
        {
    
        }
    }
    

    If this isn’t the case, then you are missing a closing brace “}” at the end of the method before the alert view delegate.

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

Sidebar

Related Questions

I have a method that posts HTTP data and displays a UIAlertView if there
I have a UIAlertView with several buttons. I want to make a certain button
I have a problem .. I used this http://kwigbo.com/post/318396305/iphone-sdk-custom-uialertview-background-color to create my own custom
I have UIAlertView which holds an UIImage and two default buttons OK and Cancel
I have created an alert view with two buttons using the following code: UIAlertView
I have set UILocalNotification according UISWitch position by calling following method on button action
I have a function that shows a UIAlertView with YES/NO buttons, and it is
I have a UIAlertView with the following delegate method: - (void)alertView:(UIAlertView *)alertView willDismissWithButtonIndex:(NSInteger)buttonIndex {
I have a Yes/No dialog from UIAlertView with two buttons. I would like in
I have such error: when I click navigationbar.backItemButton I'm showing UIAlertView with two buttons.

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.