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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T02:01:21+00:00 2026-06-01T02:01:21+00:00

-(IBAction)flipView:(id)sender { MapController *nextVC = [[MapController alloc] initWithNibName:@MapController bundle:nil]; nextVC.title = @Map; nextVC.longi =

  • 0
-(IBAction)flipView:(id)sender
{
    MapController *nextVC = [[MapController alloc] initWithNibName:@"MapController" bundle:nil];
    nextVC.title = @"Map";
    nextVC.longi = [self.subject valueForKey:@"LongiS"];
    nextVC.lati = [self.subject valueForKey:@"LatiS"];

    [self.navigationController pushViewController:nextVC animated:YES];
}

And here is error:
2012-03-27 19:19:44.896 pop[6941:11603] -[DetailViewController flipView]: unrecognized selector sent to instance 0x6d87b90
2012-03-27 19:19:44.936 pop[6941:11603] * Terminating app due to uncaught exception ‘NSInvalidArgumentException’, reason: ‘-[DetailViewController flipView]: unrecognized selector sent to instance 0x6d87b90’
*
First throw call stack:
(0x189e052 0x16bed0a 0x189fced 0x1804f00 0x1804ce2 0x189fec9 0x4965c2 0x6d1d54 0x189fec9 0x4965c2 0x49655a 0x53bb76 0x53c03f 0x53b2fe 0x4bba30 0x4bbc56 0x4a2384 0x495aa9 0x16a1fa9 0x18721c5 0x17d7022 0x17d590a 0x17d4db4 0x17d4ccb 0x16a0879 0x16a093e 0x493a9b 0x2e90 0x26b5)

App crashes when I press flipView button..

  • 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-01T02:01:23+00:00Added an answer on June 1, 2026 at 2:01 am

    Add colon : to flipView selector:

    UIBarButtonItem *flipButton = [[UIBarButtonItem alloc] initWithTitle:@"Map" 
                                                                   style:UIBarButtonItemStyleBordered 
                                                                  target:self
                                                                  action:@selector(flipView:)];
    self.navigationItem.rightBarButtonItem = flipButton; 
    

    Change IBAction to void if you don’t use IB.

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

Sidebar

Related Questions

-(IBAction) btnReturn:(id) sender{ firstView * firstview =[[firstView alloc]initWithNibName:@firstView bundle:nil]; [self.view pushViewController:firstview animated:NO]; } with
-(IBAction)customizeYourGameButtonClicked:(id)sender { [self playHumanHitSound]; self.customizeYourGameViewController = [[CustomizeYourGameViewController alloc] initWithNibName:@CustomizeYourGameViewController bundle:nil]; [self.navigationController pushViewController:customizeYourGameViewController animated:YES]; [customizeYourGameViewController
-(IBAction)gameplayButtonClicked{ GamePlayViewController *screen3 = [[GamePlayViewController alloc] initWithNibName:nil bundle:nil]; screen3.modalTransitionStyle = UIModalTransitionStyleCrossDissolve; [self presentModalViewController:screen3 animated:YES];
-(IBAction)buttonPressed1:(id)sender { SignView *tempVC = [[SignView alloc] initWithNibName:@SignView bundle:Nil]; [UIView beginAnimations:nil context:nil]; [UIView setAnimationTransition:
-(IBAction)Done :(id) sender { NSMutableArray *addinfo = [[NSMutableArray alloc]init]; AddinfoCarteV *addinfoCarteV =[[AddinfoCarteV alloc]initWithNibName:@AddinfoCarteV bundle:nil];
-(IBAction)registerUpdate:(id)sender { HTTPRequest* request = [[HTTPRequest alloc] initWithUrl:@http://www.yahoo.com delegate:self]; [request doRequest]; } The HTTPRequest
In my ViewController - (IBAction)loginBtn:(id)sender { facebook = [[Facebook alloc] initWithAppId:@231190276934148 andDelegate:self]; NSUserDefaults *defaults
-(IBAction)_clickautoscroll:(id)sender { NSTimer *autoscrollTimer; if (autoscrollTimer == nil) { autoscrollTimer = [NSTimer scheduledTimerWithTimeInterval:(55.0/1000.0) target:self
-(IBAction)selectPressed:(id)sender { UIImagePickerController *picker = [[UIImagePickerController alloc] init]; picker.delegate = self; picker.sourceType = UIImagePickerControllerSourceTypePhotoLibrary;
I have this code : -(IBAction)OkButtonPressed:(id)sender{ NSLog(@BTN OK); RecherchePartenaireTableView *recherchePartenaireTableView=[[RecherchePartenaireTableView alloc]init]; recherchePartenaireTableView.mytext=textFieldCode.text; [self.navigationController popViewControllerAnimated:YES];

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.