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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 3, 20262026-06-03T09:45:38+00:00 2026-06-03T09:45:38+00:00

Having problem with my application, I seem to be new in ios. My project

  • 0

Having problem with my application, I seem to be new in ios. My project contains a rootViewAppDelegate,*rootViewController*,and cameraViewController.

My rootViewcontroller has a Menu type code implemented in it that when a button is pressed it goes to cameraViewController.My cameraViewController contains a UIImagepicker.

In following a tutorial in the net about UIImagePicker in IPAD, it says there that I should paste some part of the code in the delegate. So I pasted it in the rootViewAppDelegate. When I run the project. Nothing is displaying in the cameraViewController. Did I miss something wrong? Thanks for reply.

  • 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-03T09:45:39+00:00Added an answer on June 3, 2026 at 9:45 am

    Not having all the details, what I think is happening is the following:

    • The rootViewAppDelegate is not the delegate of your UIImagepicker – and you probably don’t want to set it to be one as it’s the “App’s” delegate
    • So what you are seeing happening is that your UIImagePicker has no object to trigger a delegate on

    What probably needs to be done is to use your cameraViewController as the UIImagePicker delegate – to do so you need to go into your: cameraViewController and set it as being a follower of the UIImagePickerDelegate protocol:

    @interface cameraViewController : UIViewController <UIImagePickerControllerDelegate>
    

    Then within your UIImagePicker you need to set the delegate to be the cameraViewController – you can do this in code if you have a source file for your UIImagePicker by saying something like:

    [self setDelegate:myCameraViewController];
    

    OR in InterfaceBuilder/Storyboard, you need to connect the delegate property of the UIImagePicker to the cameraViewController.

    This will then know that the cameraViewController is the delegate of the UIPicker and trigger it appropriately.

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

Sidebar

Related Questions

Im having a problem with the design of my Models. The application has Modules
I'm having an architectural decision-problem: We're about to build a new application and we've
In my application I am having problem to cover completely a page of the
I'm having a problem compiling an application which uses Core-Plot in debug mode. It
Having a problem deploying an MVC application. Basically the site loads correctly, the home
I'm having a problem with a cocoa application that takes the value of a
I'm having a problem with running an application I made on another computer. This
I'm having a problem with an ASP.NET MVC application that I'm developing. I'm still
Possible Duplicate: Android Launch an application from another application I am having a problem
I'm trying to create an application in interface builder, and I'm having a problem.

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.