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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T21:41:16+00:00 2026-06-07T21:41:16+00:00

first of all, i’m using storyboard. i first created a viewcontroller controlled by one

  • 0

first of all, i’m using storyboard.
i first created a viewcontroller controlled by one class, and in this view ther is a textfield where the user puts a number, a button uses modal to take the user to a tabbar controller with two itens “one” and “two”, “one” and “two” takes us to different viewcontrollers (controlled by the same class), but both with a label, this label have to present the value that user put in the textfield at the first view… i only know how to do that by:

NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults];
[prefs setInteger:[mytextfield.text intValue] forKey:@"integerKey"];

in one class, and:

NSUserDefaults *prefs = [NSUserDefaults standardUserDefaults];
NSInteger mynumber = [prefs integerForKey:@"integerKey"];

NSString *mystring = [[NSString alloc] initWithFormat:@"%i", mynumber];
mylabelonone.text = mystring;
mylabelontwo.text = mystring;

in the other class…

but, when i test it in the simulator, and click the button that takes us to “one” the label is empty, even so, when i click the item that goes to “two”, the label is there with the exact number!

I tried to change “one” and “two” order in the tabbar controller and then the problem happens with “two” and one is perfect!

I don’t have any idea of what can be happening…

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

    Table View Controllers work in an interesting way. When switching between between tabs, methods such as viewWillAppear or viewWillDisappear.

    So the question becomes where you are putting the lines of code posted. That code will work, but only if the first code is run before the user taps a different tab, and the second part of your code runs after the first.

    – tabBarController:shouldSelectViewController: and tabBarController:didSelectViewController:

    Another way would be to import a view and then set a variable from the second view while still in the first.

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

Sidebar

Related Questions

First of all (in case this is important) I'm using ActiveState's Perl (v5.8.7 built
First of all, I'm not a keen user of C/C++ but I've got one
First of all: This page is for an online pharmacy. We are using a
First of all, this isn't for a keylogger, it's for an input in a
first of all some details: I configured security as below in web.xml view plaincopy
First of all there is probably a question like this already but i couldn't
First of all, apologize because I have seen some posts about this, but I
First of all I want to mention two things, One: My code isn't perfect
First of all i have to those categoryIDs 1-whos parentcategoryID only appears one 2-ParentCategoryID
First of all, I got this huge xml file that represents data collected by

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.