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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T21:07:55+00:00 2026-06-03T21:07:55+00:00

Scenario: User is viewing a screen with an image and some accompanying text in

  • 0

Scenario: User is viewing a screen with an image and some accompanying text in labels. User taps image and is brought to a screen that has the image only, and it needs to be zoomable. User taps that image and is brought back to the image/text screen.

Using storyboards I have implemented the first screen with

 @interface FirstImageViewController :  UIViewController <UIScrollViewDelegate>

That works. (btw though, I do not have zoom working on this screen)
I implemented the second screen with

 @interface SecondImageViewController : UIViewController  <UIScrollViewDelegate>

I tried to segue to the second screen with:

- (BOOL)gestureRecognizer:(UIGestureRecognizer *)gestureRecognizer shouldReceiveTouch:(UITouch *)touch {

[self performSegueWithIdentifier:@"SingleImage" sender:touch]; 
return YES;    

and

 - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
 {
   self.secondImageViewController = segue.destinationViewController;
    [self.secondImageViewController setImageToDisplay:self.imageToDisplay];
 }

but get an error on the gestureRecognizer method:

* Terminating app due to uncaught exception ‘NSUnknownKeyException’, reason: ‘[ setValue:forUndefinedKey:]: this class is not key value coding-compliant for the key imageDisplayer.’

I am not sure I am going about this the right way and could use help.

Rick

  • 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-03T21:07:57+00:00Added an answer on June 3, 2026 at 9:07 pm

    That error message is most often a symptom of a problem in your UI (whether xib or storyboard) where a view controller and its associated views are being loaded and there’s a reference to an outlet that doesn’t exist in code. Do you have a link in your storyboard to something called imageDisplayer?

    (If you don’t see it, try right-clicking on your storyboard and choosing “Open As->Source Code” and doing a text search.)

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

Sidebar

Related Questions

This is the scenario: User has a main activity used for UI. Program needs
Here is a scenario: User installs .NET application that you have made. After some
Scenario: User taps a button asking for some kind of modification on address book.
Here I am explaining the scenario - The user, after providing a service has
Heres the scenario: User comes to my website and opens a webpage with some
I've got the following scenario: User has the ability to drag-and-drop a control onto
I'm having some trouble prevent mod_deflate from jumping in on this scenario: user running
i've got a site, which has a login system. here's my scenario: user is
My web-site has AJAX-powered search, that uses deep-linking. When user follows a link …
Okay so here's the scenario: User is presented with form that contains file inputs.

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.