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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T02:53:46+00:00 2026-06-14T02:53:46+00:00

i hope you can help me solving my actual problem: I´ve set up a

  • 0

i hope you can help me solving my actual problem:

I´ve set up a new project with a navigation controller. For the table view of the project I´ve added a new class for it, called “TableViewController.h” and “TableViewController.m”.

In this class I´ve declared in .h a property for a NSString to access it from other classes, like this:

    @property (strong, nonatomic) NSString *testString;

In .m I´ve synthesized it as followed:

    @synthesize testString;

Now I set in – (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath-Method of the table view controller the following:

    - (void)tableView:(UITableView *)tableView didSelectRowAtIndexPath:(NSIndexPath *)indexPath
    {
     testString = @"Hello, World!";
    }

Now created a new UIViewController class for the next view which should appear when I´m tapping on a cell (all that works so far). In this UIViewController, called “SecondView” I imported the .h-File of TableViewController.
Further I have this code in SecondView.m:

    -(void) viewDidLoad
    {
     [super viewDidLoad];
     TableViewController *demoObject = [TableViewController alloc] init]
     NSLog (@"Teststring is: %@" [demoObject.testString]);
    }

Now when I start the Simulator I get this Output:
Teststring is: (null)

When I NSLog the testString in TableViewController I get “Hello, World”, but why isn´t it “transferred” to the SecondView class and generates the needed output?

  • 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-14T02:53:47+00:00Added an answer on June 14, 2026 at 2:53 am

    You are logging the string in viewDidLoad, which gets called long before it is set in the table views’s didSelectRow method. You should also use self.testString = ...

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

Sidebar

Related Questions

I am new with codeigniter. Hope can help to solve problem on codeigniter pagination.
hope you can help me solving my problem. These two images are linked somewhere
Hope someone can help me out with this problem I am having. I just
Hope someone can help me, i am storing php in a table stored as
Hope someone can help as I am quite new to SSRS, I am trying
I hope you can help me with a problem; first, please don't worry about
hope you can help me with a problem: I use Struts2 with the struts2-json-plugin,
I hope someone can help... I've setup a static UITableView Controller with four sections.
I hope you can help solving my problems. Any help is much appreciated. Thank
hope someone can help with this problem that's been driving me insane for ages.

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.