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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 23, 20262026-05-23T10:31:25+00:00 2026-05-23T10:31:25+00:00

heres my issue, I have a tabbar as the root controller, I then have

  • 0

heres my issue, I have a tabbar as the root controller, I then have tabs which are navigation controllers. ( all this is done in Interface Builder )

each navigation controller has a view controller. one of these view controllers have a table view.

on the navigation controller of this table view, I want a item button which reloads the table view.

i know to use reloadData.

I have linked the item button up to a IBAction in the view controller of the navigation controller by making a new NSObject in the mainWindow.xib pointing to this view controller. in the view controller I have this IBAction

-(IBAction)reloadTable:(id)sender

{
NSLog(@”RELOADDDDING”);
[self.tableViewIB reloadData];
}

The NSlog is displayed, but the table is not reloading.

I have tried with and without the self.

  • 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-23T10:31:26+00:00Added an answer on May 23, 2026 at 10:31 am

    I had the exact same setup with the exact same issue. Below is how I fixed it. Put this code in the view controller with the Table.

    - (void)viewWillAppear:(BOOL)animated {
    
    
        //reload table now that we have a good array to show
        [self.view reloadData];
        [super viewWillAppear:animated];
    }
    

    Updated in response to your comment

    Add this code to the action of your button being pushed

    //button was pushed code
    TableViewController * vc = (TableViewController *)[[TableViewController alloc] init];
    //this tableview should be named whatever you have your table named as.
    [vc.tableView reloadData];
    [vc release];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a UITableView (on a navigation controller stack) which is showing details for
I am having an issue here i have a list this.Ddown having 3 properties
heres a issue i have. When a user logs in on the website, it
OK, i have confirmed i only this issue when i attempt to query on
I have done this before but am quite new to mysqli and prepared statements
So below is my code for my controller, which I have four of one
Im having an issue with my progress bar. Now I have looked through all
I'm getting overly frustrated with this issue. First of all, this did work fine
Summery : I have a custom UITabBarAutoRotateController which returns YES from shouldAutorotateToInterfaceOrientation. This has
Here's the issue: I have a hook in IE that reacts on WebBrowser.OnNavigateComplete2 event

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.