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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 1, 20262026-06-01T12:08:47+00:00 2026-06-01T12:08:47+00:00

In one class there is a list with all friends and their IDs. Now

  • 0

In one class there is a list with all friends and their IDs. Now when you click on the item in the UITableView the Chat appears ([self performSegueWithIdentifier: @"showChat" sender: self];). But in the ChatViewController Class I need to access the variable userID from FirstViewController. I tried everything I found on the internet, but it always gives an error or the variable is empty.
In FirstViewController is a NSString userid, so how can I access this in ChatViewController.m? I tried to make the variable @public, I tried @property with readwrite and so on, but it doesn’t work.
For example this:

FirstViewController *fvc = [[FirstViewController alloc] initWithNibName:@"FirstViewController" bundle:nil];
userID = fvc.userID;

just gives an empty String..

Thanks for help!

  • 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-01T12:08:49+00:00Added an answer on June 1, 2026 at 12:08 pm

    You need to have prepareForSegue: method to pass the variable.

    Implement the method as follows:

    - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender
    {
        // Make sure your segue name in storyboard is the same as this line
        if ([[segue identifier] isEqualToString:@"showChat"])
        {
            // Get reference to the destination view controller
            ChatViewController *cvc = [segue destinationViewController];
    
            // Set the object to the view controller here, like...
            cvc.userID = self.userID;
        }
    }
    

    You can find the tutorial here on passing the value through segue.

    Update

    Similar question is already asked here

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

Sidebar

Related Questions

I am trying to change the background color of one list item while there
As we know to generate a class file there should be atleast one class
In my project, there is one Base class and there are 3 different derived
Is there a way to make a class such this one: class DB extends
I'm writing a simple program. There is only one class in it. There is
Is there anything wrong with having a single class (one .h) implemented over multiple
I was trying out some exercises of db-class.org videos.There was one problem of finding
Is there a way to bind properties from one instance of a class to
There was a beautiful way to organize class property in frame of one function,
Want to grab list of players from http://www.atpworldtour.com/Rankings/Singles.aspx There is a table with 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.