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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:40:26+00:00 2026-05-28T01:40:26+00:00

I have a app with TabBar, under the main tabbar there are navigation controllers,

  • 0

I have a app with TabBar, under the main tabbar there are navigation controllers, under these there are ‘branches’ of tableviewcontollers.

How can I make two unrelated, non segue-connected, under two different tab icons viewcontrollers exchange information between them?

Tried with delegating but I can’t get the instance variable to the delegator from the delegatee (there’s no relation between them, no segue.destinationviewcontroller etc)

any ideas?

practical:
the app shows list of subitems (the parent tableview has the items), andon the other tab the recent items that were selected are getting added (but maxiumum 10 and sorted by most recent).. been breaking my ** on it…

thanks

  • 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-28T01:40:26+00:00Added an answer on May 28, 2026 at 1:40 am

    Have you considered posting an NSNotification, passing the data you want to transfer in userInfo?

    From the Apple documentation:

    The object sending (or posting) the notification doesn’t have to know
    what those observers are. Notification is thus a powerful mechanism
    for attaining coordination and cohesion in a program. It reduces the
    need for strong dependencies between objects in a program (such
    dependencies would reduce the reusability of those objects).

    The class sending a notification does it as follows:

    [[NSNotificationCenter defaultCenter] postNotificationName: <notification-name> 
                                                        object: self
                                                      userInfo: <your-user-info>]; 
    

    and the class listening for the notification registers for notifications using:

    [[NSNotificationCenter defaultCenter] addObserver: self 
                                             selector: @selector(someMethod:) 
                                                 name: <notification-name> 
                                               object: nil];
    

    and has a method:

    - (void) someMethod: (NSNotification *) notification
    {
        NSDictionary * myInfo = notification.userInfo;
    
        //do something with myInfo
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have an app with tabbar and webview. I'm trying to make the app
I have an app that has a TableView, NavigationView and TabBar running together. There
I have a iPhone app which uses TabBar in Navigation controller. I have a
Hey, I do have my App with Tabbar Navigation and everything else in portrait
I have an app with a main tabBar view and I would like to
I have my app that have some tab's (tabbar). In the first tab, there
I have an TabBar app that I would like to be in landscape and
I have an app that has a tabbar at the bottom. When I select
I have a tab-bar and navigation controller application (like Youtube app or Contacts app).
I have a TabBar App. I have created a UITableView class called Schedule that

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.