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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T01:13:56+00:00 2026-05-25T01:13:56+00:00

I have a tab bar controller and inside it two controllers: a mapview controller

  • 0

I have a tab bar controller and inside it two controllers: a mapview controller and a tableview + NSFetcheddata controller. Both display info about a specific day from core data and have a button to display a day selector modally.

I have achieved having my controllers dataset changing when their modal view controller disappears through delegation but I would like the two controllers to update their data and not only the one who displayed the modal controller.

I thought about creating a protocol in both controllers and setting each other as its delegate but I would like to know if I’m doing right here.

Cheers,

Thierry

  • 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-25T01:13:56+00:00Added an answer on May 25, 2026 at 1:13 am

    There are tons of different ways to do this. One way is to use NSNotificationCenter. Define your own custom notification name:

    static NSString *const CSDataUpdatedNotification = @"CSDataUpdatedNotification";
    

    Subscribe to this notification in both of your controllers:

    [[NSNotificationCenter defaultCenter] addObserver:self selector:@selector(dataUpdated:) name:CSDataUpdatedNotification object:nil];
    

    And implement dataUpdated: to update your data:

    - (void)dataUpdated:(NSNotification *)notification
    {
        // Handle updates here
    }
    

    In the controller causing the change, post the notification:

    - (void)updateData
    {
        // Data updating routine
        // ...
    
        [[NSNotificationCenter defaultCenter] postNotificationName:CSDataUpdatedNotification object:self];
    }
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a tab bar application with a navigation controller and view controllers inside
Here's the setup: I have a tab bar controller with two tabs. There is
I have a Tab Bar controller inside a Navigation controller. I want to create
i have an app with tab bar and a navigation controller inside every tab.
I have a Tab Bar Controller with UITableView inside. When an item is selected
My app has two distincts modes. There's a tab bar controller in the app
I'm creating an iphone app with few elements inside the controller (e.g tab bar,
Hey guys I need some help with this: I have two view controllers, let's
Here is the thing. I currently have a tabBar controller, with several navigation controllers
I have created a Tab Bar Application, removed the default FirstView and SecondView and

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.