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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T20:16:37+00:00 2026-06-12T20:16:37+00:00

I have to pass a boolean value from a ViewControllerA to ViewControllerB. In ViewControllerA

  • 0

I have to pass a boolean value from a ViewControllerA to ViewControllerB. In ViewControllerA I put as a property:

 @property (nonatomic, assign)BOOL fromViewControllerA;

Then open ViewControllerB:

   ViewControllerB * viewControllerB = [[ViewControllerB alloc]initWithNibName:@"ViewControllerB" bundle:nil];

    self.fromRootViewController = YES;

    [self.navigationController pushViewController:viewControllerB animated:YES];

In ViewControllerB I imported ViewControllerA and I created the property:

   @property (nonatomic, strong) ViewControllerA *viewControllerA

later in ViewDidLoad()

    if (viewController.fromViewController){
       //.......
    }

does not work. Why?

  • 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-12T20:16:38+00:00Added an answer on June 12, 2026 at 8:16 pm

    create a BOOL property in viewController B say..BOOL setFlag; synthesize it in ViewController B,

    Now in ViewController A where you perform push

     ViewControllerB * viewControllerB = [[ViewControllerB alloc]initWithNibName:@"ViewControllerB" bundle:nil];
    
        self.fromRootViewController = YES;
        viewControllerB.setFlag = YES;  //set the value here 
    
        [self.navigationController pushViewController:viewControllerB animated:YES];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a form field/checkbox and am unable to pass the boolean value even
I have to pass back information from a different source and can have a
I have to pass information from a desktop application to Web application and vice
I have a Oracle procedure to which I have to pass a datetime value
Good day. I have to pass the session value to a business logic layer,
I have a gridview and use a session to pass the variables from the
I have the method (Delphi 2009): procedure TAnsiStringType.SetData(const Value: TBuffer; IsNull: boolean = False);
I have a Java method something like this public boolean ReadBool(String ValueName, Boolean Value)
Ok so I am trying to pass a boolean from my Login form to
You have to pass the args variable to the anonymous function, but the anonymous

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.