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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T01:17:42+00:00 2026-05-26T01:17:42+00:00

There’s a method which is called inside an animation block by a third party

  • 0

There’s a method which is called inside an animation block by a third party API. In that method I’m supposed to build some subviews. But in this case I don’t want animation to happen when constructing the subviews.

Is there a way of saying “[UIView dontAnimateFromHere] … [UIView nowYouMayAnimateAgain]”?

  • 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-26T01:17:43+00:00Added an answer on May 26, 2026 at 1:17 am

    Yes indeed, there is such a way. It’s like this:

    [UIView setAnimationsEnabled:NO];
    // Animations happen here
    [UIView setAnimationsEnabled:YES];
    

    …this will disable both UIView animations triggered via blocks and animations triggered using the old begin/end methods.

    That said, I’m assuming your third party library is pre-compiled otherwise you could modify the source directly: it is of course possible it’s doing something weird and animating in another way, so your mileage may vary with this solution.

    This won’t disable the changes being made in the animation blocks: they’ll simple happen immediately. Otherwise you’d risk bad things happening since your third party API would be making assumptions about where views might be that weren’t true.

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

Sidebar

Related Questions

There's a thrird party app that needs to get information via custom http headers,
There are some Magento Connect extensions that I find myself installing every time I
There are some posts that asks what the difference between those two are already.
There is a conversion process that is needed when migrating Visual Studio 2005 web
There are numerous Agile software development methods. Which ones have you used in practice
There is a field in my company's Contacts table. In that table, there is
There's a service A that works with DB1, there's service B that works with
There are N different classes that can be observed in my problem and my
There's a column on one of my tables that's being updated by various INSERT/DELETE
There are a lot of example implementations of daemons on the net. Most that

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.