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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 24, 20262026-05-24T08:35:56+00:00 2026-05-24T08:35:56+00:00

so I have a tab bar application where i have put a button to

  • 0

so I have a tab bar application where i have put a button to go to an other view.

so in the FirstView.h i have that

IBOutlet ContactMainViewController *contactMainViewController;

and that

-(IBAction)gotoContactMainViewController;

in my FirstView.m i have

-(IBAction)gotoContactMainViewController {

    [self presentModalViewController:contactMainViewController animated:YES];
}

and in my SecondView that i have created in the .h

-(IBAction)goBack;

and in the .m

-(IBAction)goBack {

    [self dismissModalViewControllerAnimated:YES];
}

The app run correctly but when i click on the button, a green line come over

[self presentModalViewController:contactMainViewController animated:YES];

and say "Thread 1: Program received signal: "SIGABRT"
and this in the console:
terminate called throwing an exception[Switching to process 3908 thread 0xb303]

Thanks for your help !

  • 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-05-24T08:35:57+00:00Added an answer on May 24, 2026 at 8:35 am

    What kind of FirstView and ContactMainViewController class file? is it a UIViewController or simple UIView?
    we assume that ContactMainViewController is a separate class file

    in your firstView.m

    #import "ContactMainViewController.h"
    
    -(IBAction)gotoContactMainViewController {
    
        ContactMainViewController _contactMainVC = [[ContactMainViewController alloc]init];
    
        [self presentModalViewController:_contactMainVC animated:YES];
        [_contactMainVC release];
    }
    

    Add the @class ContactMainViewController; in the header before the @interface. That should do it. Also be sure to #import “ContactMainViewController.h” in your .m file to avoid warnings

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

Sidebar

Related Questions

I have a tab bar application, in one tab I have a view that
My problem is that I want to have a tab bar view with its
I have a tab bar application that contains navigation views in 2 of its
I have a tab bar in my application and that how I am customizing
I have a tab bar application with a navigation controller and view controllers inside
I have a tab bar application and when I display a modal view controller,
I have a tab bar application with three tabs. In my second tab view
I have a tab bar application with a different view on each tab. Each
I have a tab bar application and I want to display those views that
I have a Tab Bar Application and I want to simply display a view

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.