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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T01:28:57+00:00 2026-05-27T01:28:57+00:00

i am a fairly new iOS programmer, and I’ve lately been having trouble with

  • 0

i am a fairly new iOS programmer, and I’ve lately been having trouble with my multi view app. Im using a paged based application with two view. I just don’t seem to be able to make an IBAction that allows me to switch between each view. i tried using:

[self presentModalViewController: SecondViewController animated: YES];

but i keep getting an error that says:

“use of undeclared identifier ‘SecondViewController’

  • 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-27T01:28:57+00:00Added an answer on May 27, 2026 at 1:28 am
    use of undeclared xxx
    

    So you should declare that FIRST.

    Please follow these steps:

    1. Create new file named SecondViewController and xib
    2. In your first view controller, add the code to the head of the FirstViewController.m file to import the second view controller:

      #import “SecondViewController.h”

    3. When you present the second view controller, you should initialize it first, you should write:

      SecondViewController *secondVC = [[SecondViewController alloc] initWithNibName:nil bundle:nil];

    4. Now you can invoke your code but with the instance:

      [self presentModalViewController: secondVC animated: YES];

    5. Do not forget cleaning up:

      [secondVC release];

    Hope to help:)

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

Sidebar

Related Questions

I am fairly new to Objective-C and iOS programming, and I am having lots
im fairly new to android development, but i'm having some trouble trying to make
I'm fairly new to iOS development, and I'm starting work on an App that
Fairly new to .Net here and having trouble with a line of code. I
Fairly new to Spring, so I'm having some trouble with this. I'm trying to
fairly new iPhone developer here. Building an app to send RS232 commands to a
I am fairly new to Emacs and I have been trying to figure out
I am fairly new to Objective C and iOS programming but am constantly trying
Fairly new to socket programming, but I've been assigned with a whopper of project.
I'm fairly new to iOS programming, but have a basic understanding of it. I

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.