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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T12:05:01+00:00 2026-05-27T12:05:01+00:00

I populate the data from my table using a loadResults routine which runs on

  • 0

I populate the data from my table using a loadResults routine which runs on viewDidLoad (through mHud) which works fine. However now I want to slightly alter the results from distance to accessibility (just changing the url it parses the data from)

I tried on the switch re-running my loadResults but it doesn’t seem to do anything. If i change the url it parses then swap to the same page it loads the correct new results (but screws up my navigational controller and I’m pretty sure wastes a tonne of memory doing that).

So basically I have:

-(void)loadResults {

//routine to parse XML files 


  [self.view reloadData];
}


- (void)viewDidLoad {
    [super viewDidLoad];

    self.title = @"Results";

    HUD = [MBProgressHUD showHUDAddedTo:self.view animated:YES];
    HUD.labelText = @"Loading";
    HUD.detailsLabelText = @"updating data"; 

    [HUD showWhileExecuting:@selector(loadResults) onTarget:self withObject:nil animated:YES];

}

I’ve just put a button on my navigational controller which swaps between them.

So i guess in essence, how do i re load my table with the new data?

Tom

  • 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-27T12:05:02+00:00Added an answer on May 27, 2026 at 12:05 pm

    If your controller is a subclass of UITableViewController you should modify the loadResults method:

    -(void)loadResults {
    
        //routine to parse XML files 
    
          [self.tableView reloadData]; 
    }
    

    So, use self.tableView instead of self.view.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I want to populate all the data from my database to a table using
I have a GridView using LinqDataSource to populate data from table Tickets . The
I have a WPF Datagrid populated with data from one SQL table using Entity
I have created a table in ASP MVC and populate it with data from
I am trying to populate an HTML table using a set of Jason Data
I'm trying to populate a table structure with around 5 fields of data from
Using PHP, I'm trying to populate an HTML list with data from two different
I have an object that reads data from an Excel file using, which takes
I want to populate a gridview with table data from SQL. I tried just
I need to populate a .net DataGridView from a collection physically (without data binding)

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.