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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 10, 20262026-06-10T01:38:33+00:00 2026-06-10T01:38:33+00:00

Tweetbot has some cool animations added to UITableViewCell’s when swiped right that eventually reveal

  • 0

Tweetbot has some cool animations added to UITableViewCell’s when swiped right that eventually reveal the conversation which got me curious: how do you animate a UITableViewCell to move it away from the normal frame of the tableview?

Also, how might you animate other views that are on top of the tablecell? Like a UIActivityMonitor or fading in and out a button?

I am not looking for answers for when it enters editing mode, or is selected, but rather in general. Thanks Guys.

  • 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-10T01:38:35+00:00Added an answer on June 10, 2026 at 1:38 am
    CGPoint location = [recognizer locationInView:tblview];
    NSIndexPath* indexPath = [tblAim indexPathForRowAtPoint:location];
    
    ProjectCell *cell = (ProjectCell *) [tblAim cellForRowAtIndexPath:indexPath];
    
    if(cell.frame.origin.x!=0)
    [UIView animateWithDuration:0.3 animations:^{  [cell setFrame:CGRectMake(0,cell.frame.origin.y, 320, 60 )];} completion:^(BOOL finish){
    [UIView animateWithDuration:0.1 animations:^{[cell setFrame:CGRectMake(0-10,cell.frame.origin.y, 320, 60 )];} completion:^(BOOL finish){
    [UIView animateWithDuration:0.1 animations:^{[cell setFrame:CGRectMake(0,cell.frame.origin.y, 320, 60 )];}];
                    }];
                }];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

How can I draw a shadow on the top of a UITableViewCell ? Tweetbot
I'd building an app that uses hashtags, like Twitter or Tweetbot. When you're typing
I have a page that makes use of the jTweetsAnywhere code (from here )
The one you see below is a screen shot of Tweetbot iPhone application .
I'm not sure if drawer is the right term, but I'm wanting to find
In Windows Forms, I have created a Twitter application that gets the latest tweets
I'm trying to write a simple userscript which does something with the textarea in
For example in Tweetbot's iPhone app. When you open up the app and new
I'm trying to make a popup like in Camera+ or Tweetbot (like this one
I have a div which in jquery's document ready I append - using $(#div

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.