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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T19:56:09+00:00 2026-05-28T19:56:09+00:00

I integrated third party scanning sdk in my iPhone application. My application is navigationbased

  • 0

I integrated third party scanning sdk in my iPhone application. My application is navigationbased and while integrating the third party scanning sdk navigation is breaked because the first file of sdk is scannigSDKTestViewController.mm which can be initialized by using the initWithCoder method only.

I am calling scannigSDKTestViewController from viewControllerX as below.

//in viewControllerX.h file
scannigSDKTestViewController *overlayController;

//in viewControllerX.m file 
    -(void) start_Scanning
    {

    [AppDelegate setNavigationController:self.navigationController];
    overlayController = [[scannigSDKTestViewController alloc] initWithCoder:nil];
        }
        else {
            [overlayController release];
            overlayController = nil;

            overlayController = [[scanningSDKTestViewController alloc] initWithCoder:nil];
        }

        [self.view addSubview:overlayController.view];
        [overlayController startScanning];
    }

//navigationController is declared in applicationnameAppDelegate.h file

in scanningSDKTestViewController.mm file ,I am calling the other viewController ViewControllerZ as below code

UINavigationController *myNavigationController = [AppDelegate navigationController];

ViewControllerZ *viewScreenZ = [[ViewControllerZ alloc] init];
[myNavigationController pushViewController:viewScreenZ animated:NO];
[viewScreenZ release];
[myNavigationController release];

In the above approach camera is opening and scanning is happing ,but after some scanning the application is crashing.And I think the crash is happening due to UINavigationController handle myNavigationController,but without taking this handle after scanning navigation to any other screen is stopped.
I have no ideas how to solve this navigation issue.

  • 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-28T19:56:10+00:00Added an answer on May 28, 2026 at 7:56 pm

    You can show next views by using presentModalViewController method, as below code.

    ViewControllerZ *viewScreenZ = [[ViewControllerZ alloc] init];
    [self presentModalViewController:viewScreenZ animated:YES]; 
    [viewScreenZ release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am integrating third party code into the web application I am writing in
I'm new in Cocoa. My Application require to use third-party framework to be able
We have a third party device we are trying to integrated into our system
I'm searching a third-party library for scanning QR-codes in Android? Could you tell me
Anyone integrated SAP Enterprise Portal with a third party web content management system (e.g.
I'm developing iPad application I need to integrate third party project(Source code) with my
I need to embed chat in my website. There are many third party chat
I've deployed a desktop application utilizing 3rd party dll's to a test terminal server
I am trying to integrate some third party tracking code into one of my
In an old project we are using a third party assembly with a class

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.