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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T15:55:27+00:00 2026-05-27T15:55:27+00:00

In my Xcode 4.2 storyboard, i have 2 UIViewControllers , This one time and

  • 0

In my Xcode 4.2 storyboard, i have 2 UIViewControllers, This one time and In band camp

  • In This one time, i have a UIButton with “silly name” on it
  • In In band camp, i have a UILabel with “label” on it

Considering that we’re dealing with 2 separate classes AND we’re in Xcode 4.2 using storyboards (where transition between views is setup via a segue) how can i pass “silly name” from view controller This one time to the label in view controller In band camp?”

enter image description here

  • 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-27T15:55:27+00:00Added an answer on May 27, 2026 at 3:55 pm
    1. Set the identifier of segue in storyboard to “AwesomeSegue”
    2. Implement prepareForSegue method
    3. Inside the method, check if identifier of segue matches “AwesomeSegue” – if yes, use the destinationViewControllerObject

      - (void)prepareForSegue:(UIStoryboardSegue *)segue sender:(id)sender {
          if ([segue.identifier isEqualToString:@"AwesomeSegue"]) {
              InBandCampViewController *ibcVC = [segue destinationViewController];
              ibcVC.yourData = self.someStuff;
          }
      }
      
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Possible Duplicate: Xcode: Storyboard Tabbed Application Passing Data Back and Forth Basically I have
I'm new to Xcode 4.2 and have a Storyboard array question. I'm doing a
In my Xcode project, I have several view controllers in my storyboard. How can
I have a UITableViewController with static cells, created in a storyboard (Xcode 4). For
I have just upgraded to Xcode 4.3.1 and SDK 5.1. My project uses storyboard
I have an iPhone app I'm currently building in XCode 4.3 with Storyboard. I
I have Xcode 4.2 and I am a complete beginner. One of my files
I'm working on some project for iOS 5 using Xcode 4.2. I have one
Have started playing with Xcode 4.2, and created a single page application using storyboard
I created a project in xcode 4.2 using the feature of storyboard. I have

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.