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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 2, 20262026-06-02T19:40:36+00:00 2026-06-02T19:40:36+00:00

I have a TabBarController which is set up with multiple ViewControllers at launch. When

  • 0

I have a TabBarController which is set up with multiple ViewControllers at launch. When the user clicks a button I want to send them to a different ViewController in the TabBarController, and pass data through a delegate.

I have a protocol and delegate set up. However, when do you set the delegate since all the ViewControllers are in the TabBarController

Is this possible, how can I pass data to another ViewController in the TabBar when the user clicks a button. Any ideas, I’d really like to use a delegate.

- (IBAction)sendData:(id)sender
{
    [self.delegate setStringData:strData];
    self.tabBarController.selectedIndex = 0;
}

Edit:

So let’s say I have a TabBarController with two ViewControllers called ViewControllerOne and ViewControllerTwo.

I have ViewControllerTwo set up as the delegate and protocol. This is the ViewController that will send data to ViewControllerOne after the button is pressed. ViewControllerOne implements protocol and contains the method setStringData which should be called after the button in ViewControllerTwo is pressed.

  • 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-02T19:40:38+00:00Added an answer on June 2, 2026 at 7:40 pm

    I found a simpler solution to my problem. Inside of ViewControllerTwo, I just create an instance of ViewControllerOne and pass it that data I need. Then I change the tabBarController index to ViewControllerOne.

    For example:

    // A method inside of ViewControllerTwo
    ViewController *viewcontrollerOne = [ViewcontrollerOne alloc] init];
    [viewcontrollerOne setStringData:str];
    [viewcontrollerOne release];
    self.tabBarController.selectedIndex = 0;  
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an application which has 5 tabs on a TabBarController. For simplicity sake
I have a ViewController which I'm using a modal transition for. It has a
I have two UIActionSheets which I want to show at the same time [action1
I have an app which has a UITabBarController, and when different tabs are pressed,
I have a storyboard enabled App with a TabBarController where I have added viewcontrollers
I have one existing app for iphone with tabBarController and NavigationController.Now i want to
I have an app which goes through a set of screens within a navigation
I have a TabBarController, which consists of three tabs, one of which is the
I am developing a Window-based application in which, I added tabBarController and have table
Here're some view controller I have: tabBarController , navigationBarController , viewController , and imageView

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.