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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 7, 20262026-06-07T00:02:37+00:00 2026-06-07T00:02:37+00:00

this is my first question in here, and I would like to ask if

  • 0

this is my first question in here, and I would like to ask if there is anyway to update a UITableView content (rows) from a remote server, after releasing the App to the App Store.

I’m doing an App that has a UITableView filled with some people, and when you click on one of them it shows you their biography, youtube channel, twitter and facebook page.

I just want to find a way to add more people to the list every now and then, but can’t figure how to do it without having to change the TableViewController.m

What I don’t want is: having to update the App everytime I have to add something to the UITableView.

  • 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-07T00:02:37+00:00Added an answer on June 7, 2026 at 12:02 am

    Of course that’s possible. A lot of apps do that. Like Apple’s Mail app, but also third party apps. You could use a lot of different approaches and without more precise information about your problem it’s hard to tell what’s right for you. Here are some general suggestions:

    You could set up a simple RSS feed or a plain XML file on a server and poll your list from there, from time to time.

    Or you could use a basic (SQL) database with a simple backend where you can modify the data. Then you can download your content from this database.

    The downloading process would have to run on a separate thread so you don’t block the main one. If you use NSURLConnection that’s done automatically for you. And when the download finishes, you update your table view.

    EDIT:

    You will have to break down your problem into small pieces and solve them one by one (Divide and conquer).

    First find out how you can use NSURLConnection to download a text file and log it’s content to the console. This shouldn’t be very difficult, just read the documentation and ask more specific questions if you don’t succeed.

    Then decide on what format to use (RSS, plist, plain XML, JSON, others…) and try to download and parse such a file. Plist files would be the easiest to parse, but might be harder to edit by hand on your server. There are also XML and JSON parsers available.

    Depending on the complexity of your data you might want to implement some model classes and pass your downloaded information to them. If this is what you want to do, consider using Core Data to save your objects locally when the user closes your app. You could also just save the downloaded file to disk using NSFileManager.

    The last step will be to populate your table view with the data that is now stored locally on the phone. This shouldn’t be very difficult and there are a lot of tutorials about this.

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

Sidebar

Related Questions

Sorry, this's my first time to ask a question here. So, I don't have
This is my first here in Stackoverflow. So I just want to ask question
this is my first question here :) I know that I should not check
This is my first question here so try to make my best so you
Ok, I need help. This is my first question here. Background: I am working
this is my first question.. so, here we go. i have a site, 100%
Here's my HTML. Apologies for formatting - this is my first-ever question! <div id=Template>
This is my first time here so I hope I post this question at
this is my first time posting here, I have a question which I have
first of all this is my third question about web services here and i

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.