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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 16, 20262026-06-16T23:18:37+00:00 2026-06-16T23:18:37+00:00

I have to give a delete thumbnail animation in my ipad application just like

  • 0

I have to give a delete thumbnail animation in my ipad application just like iphone/ipad applications delete effect.
Any body help me please sample photo is attachedenter image description here

If you need more details then kindly mention it in comments

  • 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-16T23:18:38+00:00Added an answer on June 16, 2026 at 11:18 pm

    I have done this using CGAffineTransformMakeRotation. Don’t know there is some other better method. But What I have done is my logic you can copy that as it is and you just need to add a delete button on the left top of that view. In the following code I am just animating the thumbnail or any view just like iPad does on its home screen. One thing, You need to declare int direction globally. and every time when you will call this method you will set direction = 1;

        -(void)shakeToDelete:(UIView *)shakeMe
    {
    
        [UIView animateWithDuration:0.1 animations:^
         {
             shakeMe.transform = CGAffineTransformMakeRotation(0.05 * direction);
         }
                         completion:^(BOOL finished)
         {
    
             direction = direction * -1;
             [self shakeToDelete:shakeMe];
         }];
     }
    

    /// edit
    I tried this way and got it working in my sample screen as attached in photo
    enter image description here

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

Sidebar

Related Questions

I have a RCP application that reuses org.eclipse.ui.navigator.CommonNavigator to give us a project view.
I have a gridview, where i can add/delete rows. I dont want to give
I have a small site where I would like to give the ability to
I am developing a Master-Detail bas iPhone native app. I have a delete button
I have some what of a challenging delete statement that I need help with.
i have a link that calls into a javascript to give a confirmation: $(a.delete).click(function()
We have some trainees and we would like to give them some introductory tasks
Just to give a little more context to the question, I have a web
I have to give one option in my website to upload multiple files and
I have a listbox in which i have to give minimum 2 files for

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.