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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:53:10+00:00 2026-06-01T12:53:10+00:00

… SecondViewController *svc = [SecondViewController new]; [self presentViewController:svc animated:YES completion:NULL]; } This code is

  • 0
    ...
    SecondViewController *svc = [SecondViewController new];
    [self presentViewController:svc animated:YES completion:NULL];
}

This code is exactly the same as what I used in another app, but here I’m using presentViewController rather than presentModalViewController
(completion:NULL makes them effectively identical. Same result, at least.)

Both attempts at creating a modal view are structured the same way. Those lines in the main view, a view controller in the Storyboard, and matching .h and .m files. The only difference is that here I want a programmatic trigger, so it’s impossible to drag a segue and be done with it.
I have an object set to recognize a gesture and call the transition method. That’s probably what’s causing the problem (part of it, at least), but it is necessary.

Using a UIButton would be cheating. No deadline, no shortcuts.

EDIT: NSLog output shows something odd.

2012-04-05 10:41:12.047 MyApp[5962:707] <SecondViewController: 0x1d8c130>
2012-04-05 10:41:12.479 MyApp[5962:707] <SecondViewController: 0x1d8e360>

So I’m doing something stupid again that happens to have a very simple fix, right?
Edit again: presentViewController… was being called more than once. Fixed it. Still black, though.


Back to performSegueWithIdentifier:sender: instead of the much easier presentViewController:animated:completion:

Terminating app due to uncaught exception ‘NSInvalidArgumentException”, reason: ‘Receiver … has no segue with identifier …’

I told it to perform a segue, but there isn’t one in the Storyboard (I can’t add one, there is no Storyboard Segues section under ‘Connections inspector’ for the object I’m attempting to use), so it crashes. This is normal behavior.

What I want is to have a modal view without needing to create a segue. I’ve done it, so I know it’s possible.
All I need is a bit of help getting it to work.

.

performSegueWithIdentifier:@"Identifier" sender:nil NSSInvalidArgumentException
presentViewController:viewController animated:YES completion:NULL Empty View

  • 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-01T12:53:11+00:00Added an answer on June 1, 2026 at 12:53 pm

    Got it.

    Replace the lines in the question with this:

    UIStoryboard *storyboard = [UIStoryboard storyboardWithName:@"Storyboard"
                                                         bundle:nil];
    SecondViewController *viewController =
                [storyboard instantiateViewControllerWithIdentifier:@"SecondView"];
    [self presentViewController:svc animated:YES completion:NULL];
    

    Credit for this solution goes to IturPablo’s self-answered question:
    TabBarController, overwriting shouldSelectViewController to do a segue

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

Sidebar

Related Questions

I have an element like this: <span class=tool_tip title=The full title>The ful&#8230;</span> This seems
I have this xml <entry id=1008 section=articles> <excerpt><p>&#8230; in Richtung „Aus für Tierversuche. Kosmetik-Fertigprodukte
I have this code: - (void)parser:(NSXMLParser *)parser foundCDATA:(NSData *)CDATABlock { NSString *someString = [[NSString
so I did $subject = 'sakdlfjsalfdjslfad <a href=something/8230>lol is that true?</a> lalalala'; $subject =
what about this one: I want to format the currentTime displayed by a videoPlayer
I want to run this <!-- This will remove the tag --> <xsl:template name=remove-html>
CGI.escapeHTML is pretty bad, but CGI.unescapeHTML is completely borked. For example: require 'cgi' CGI.unescapeHTML('&#8230;')
An Arabic name shall be sent via SOAP. The name is encoded like this:
Since AVD tools 16 I'm getting this warning: Replace ... with ellipsis character (...,
English is not my native language. I need a software to spellcheck and correct

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.