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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 12, 20262026-06-12T17:49:44+00:00 2026-06-12T17:49:44+00:00

Is [tableView reloadData] affects perfomance in ios? What is [tableView reloadData] ? How it

  • 0

Is [tableView reloadData] affects perfomance in ios? What is [tableView reloadData]? How it is reloading the tableview? Is there any other way to reload tableview?

I want to add some rows to the end of the tableview. How can i do this?

What is the difference between

[self.tableView reloadData] 

and

[self.tableView beginUpdates];
[self.tableView insertRowsAtIndexPaths:insertIndexPathswithRowAnimation:UITableViewRowAnimationAutomatic];
[self.tableView endUpdates];
  • 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-12T17:49:47+00:00Added an answer on June 12, 2026 at 5:49 pm

    reloadData does just that – a complete update of the (visible part of the) table view.

    If you just need to update certain cells, i.e. update, insert, remove or move, use the appropriate update methods instead. This will even animate the changes.

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

Sidebar

Related Questions

Is there a way other than [tableView reloadData] to refresh table header and/or footer?
Is there any way to reload the section header/footer of a table view without
I want to reload only one section not the full table. Is there any
normally, the way to update a tableView is calling self.tableView reloadData (or setNeedsDisplay), but
So I'm updating a tableview by inserting/deleting/reloading rows as needed, but, as I'm not
For some reason, [self.tableView reloadData]; just wont work. In my .h file I have:
I have a tableView that I want to allow editing and delete rows. I
I'd like to run the code [tableView reloadData], except I want to call it
Hey guys! I have some problems reloading my tableView. I have subclasses my tableView,
I'm working on an iOS project where I want to dynamically add more cell

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.