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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 27, 20262026-05-27T05:51:26+00:00 2026-05-27T05:51:26+00:00

Is there anyway to make a UITableViewRowAnimation animate at the same time? Such as,

  • 0

Is there anyway to make a UITableViewRowAnimation animate at the same time?

Such as, If I’m adding 4 rows to a TableView, animate the block of 4 rows rather than animating both row individually?

Snippet, tutorial for custom animation etc are welcome !

  • 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-27T05:51:27+00:00Added an answer on May 27, 2026 at 5:51 am

    There are several ways as described in the docs:

    Batch Insertion, Deletion, and Reloading of Rows and Sections

    The UITableView class allows you to insert, delete, and reload a group
    of rows or sections at one time, animating the operations
    simultaneously in specified ways. The eight methods shown in Listing
    7-7 pertain to batch insertion and deletion. Note that you can call
    these insertion and deletion methods outside of an animation block (as
    you do in the data source method
    tableView:commitEditingStyle:forRowAtIndexPath: as discussed in
    “Inserting and Deleting Rows in Editing Mode”).

    Listing 7-7 Batch insertion and deletion methods

    - (void)beginUpdates;
    - (void)endUpdates;
    
    - (void)insertSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation;
    - (void)deleteSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation;
    - (void)reloadSections:(NSIndexSet *)sections withRowAnimation:(UITableViewRowAnimation)animation;
    
    - (void)insertRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation: (UITableViewRowAnimation)animation;
    - (void)deleteRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation: (UITableViewRowAnimation)animation;
    - (void)reloadRowsAtIndexPaths:(NSArray *)indexPaths withRowAnimation:(UITableViewRowAnimation)animation;
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Is there anyway I can make the process of adding references to C# projects
is there anyway to make the app load the first page every time it's
Is there anyway to make a hyperlink such that once clicked from Sheet1 I
is there anyway to make the textbox bigger than the text when using inline
Is there anyway to make it possible to use .net 3.0 namespaces in a
Is there anyway to make an image map W3C XHTML 1.0 Strict compliant? I'm
Is there anyway to make a python list iterator to go backwards? Basically i
Is there anyway to make web service calls from a Java client app. (Apache
Is there anyway to make it so that the following code still uses a
In VB.net is there anyway to make a certain part of the string to

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.