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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 14, 20262026-06-14T18:09:19+00:00 2026-06-14T18:09:19+00:00

I have a button which is animated out from (hidden->unhidden) on a uitableViewCell. there

  • 0

I have a button which is animated out from (hidden->unhidden) on a uitableViewCell.

there are a imageview and a button at the same rect position In the tableViewCell,When user select one of tableviewcell from tableview, the imageView animate to hidden and the button animate to show.Two of the view(imageView&button) are load from a xib file. I have added a action to the button and link it with a IBAction method.

My Question:when user touch at the button, the action method have not been invoked, Why?

[UIView beginAnimations:cell.id context:nil];
[UIView setAnimationDuration:1.0f];
[UIView setAnimationDelegate:self];
[UIView setAnimationDidStopSelector:@selector(focusCellFinished:finished:context:)];
[UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:cell.containerView cache:YES];
cell.imagePhoto.hidden = true;
cell.playButton.hidden = false;
[UIView commitAnimations];

when user select a button, tableView:didSelectRowAtIndexPath: will be invoked, i don’t need that, i just want to invoke the button method.

BTW,I know and try if just add a button normal without animate disappear, it can add a target action and be invoked successfully.

Any answer and comments will be appreciated, Thanks.

  • 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-14T18:09:20+00:00Added an answer on June 14, 2026 at 6:09 pm

    try like this,

    [UIView beginAnimations:cell.id context:nil];
    [UIView setAnimationDuration:1.0f];
    [UIView setAnimationDelegate:self];
    [UIView setAnimationDidStopSelector:@selector(focusCellFinished:finished:context:)];
    [UIView setAnimationTransition:UIViewAnimationTransitionFlipFromLeft forView:cell.containerView cache:YES];
    cell.imagePhoto.transform =CGAffineTransformMakeTranslation (-100,30);
    cell.playButton.transform =CGAffineTransformMakeTranslation (100,30);
    [UIView commitAnimations];
    

    here change the value of CGAffineTransformMakeTranslation (x,y); according to your frame position

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

Sidebar

Related Questions

I have button which post values of form to url but during post i
I have a button which on Click loads another activity, but before it loads
I have a button which creates form elements on click . My addelement function
I have a button which needs to get created dynamically but the problem is
I have a button which is in update panel. When I click on button
I have a button which opens a context menu with a list of various
I have a button which creates a div. Once clicked I would like to
I have a Button which when clicked will execute an addQty method and in
I have this button which is not working correctly for hold button for a
I have a button which when toggled displays/hides a div ('.reportOptions'), this works perfectly

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.