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

  • Home
  • SEARCH
  • 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 7971511
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 4, 20262026-06-04T07:39:22+00:00 2026-06-04T07:39:22+00:00

I am performing animation on my view. But I am facing few problems with

  • 0

I am performing animation on my view. But I am facing few problems with that. I have to button’s startAnimation and Stop Animation. For performing animation on my imageview I am using following code in startAnimation button’s action:

 UIViewAnimationOptions option = UIViewAnimationOptionRepeat + UIViewAnimationOptionAutoreverse;
[UIView animateWithDuration:2.5 delay:0.0 options:option
                 animations:^{
                     CGAffineTransform scale = CGAffineTransformMakeScale(2.0, 2.0);
                     CGAffineTransform translate = CGAffineTransformMakeTranslation(-50.0, -100.0);
                     CGAffineTransform mix = CGAffineTransformConcat(scale, translate);
                     imv.transform = mix; 
                 } 
                 completion:^(BOOL finished) {

                 }
 ];

This is working.
Now the problems I am facing are:

  1. How to stop this animation on my stopAnimation button’s action?
  2. If ImageView is animation and I enter in background after that I again come in foreground ImageView sticks there and do not animates.

How to solve these issues?

  • 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-04T07:39:23+00:00Added an answer on June 4, 2026 at 7:39 am

    On your stopAnimation button you would need to remove animations from the UIView’s layer. First you must import Quartzcore.framework.

    #import <QuartzCore/QuartzCore.h>
    
    
    [yourView.layer removeAllAnimations];
    

    As for your other issue of pausing your animation while going into the background and coming back to foreground, theres no way to ‘pause’ an animation. Your best bet would be to manually handle that situation by restarting your animation.

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

Sidebar

Related Questions

The following code snippet is performing on smoothe animation: $('button').animate({ 'margin-top': 123, 'opacity': 1
I'm currently performing a curl up animation by doing the following: CATransition *animation =
When performing some custom painting on a button's Graphics2D object, I get the following
I have a UITableCell that has a few gradient layers and drop shadows in
During performing some performance tuning in my application I have noticed, that hibernate query
While performing some upcoming maintenance, I'm going to have to redirect all site traffic
When performing many inserts into a database I would usually have code like this:
I'm performing regex matching in .NET against strings that look like this: 1;#Lists/General Discussion/Waffles
I have an MVVM Silverlight 4 application that holds a list of modules (a
I have enabled NSZombie's and I am getting the following message in my console

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.