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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 31, 20262026-05-31T13:50:02+00:00 2026-05-31T13:50:02+00:00

Trying to wrap my brain around animations here. Here is my basic situation: _________

  • 0

Trying to wrap my brain around animations here. Here is my basic situation:

 _________
|Parent   |
|         |
|         |
|  _____  |  _____
| |A    | | |B    |
| |_____| | |_____|
|_________|

where Parent is the parent view and A and B are both UIView instances. I chose to make A and B UIViews because, as I understand it, layers cannot receive user interaction. The animation I want to do is very simple: I simply want A to slide offscreen to the left while B slides in from the right.

I tried something like the following:

CALayer *layer = viewA.layer;
layer.position = CGPointMake(initialLayer.position.x, initialLayer.position.y - 480);

but the property updated immediately with no animation.

I was able to get this working using CABasicAnimation without too much trouble, but I want to learn to use implicit animations for this kind of scenario so I can prototype more quickly in the future. This post seems to suggest that UIViews can’t perform implicit animation (at least by default).

My question:

  1. Is there a way to implicitly animate properties on a UIView‘s layer? How?
  2. If not, is there a better/canonical way to do this that’s different from my method?
  • 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-31T13:50:03+00:00Added an answer on May 31, 2026 at 1:50 pm

    You can use animateWithDuration:

    [UIView animateWithDuration:2.0 animations:^{
        viewA.frame = newFrame;
    }];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Have been struggling with Javascript closure for a while trying to wrap brain around
Just trying to wrap my brain around open source cloud. 1) Is OpenStack running
I am trying to wrap my brain around using LINQ as a means of
I'm trying to wrap my brain around JMS and have been reading up on
I'm teaching myself XSLT and am still trying to wrap my brain around the
I'm trying to wrap my brain around a query and hoping you can help.
I am trying to wrap my brain around Rack::Cache, Rails 3.2, Memcache, and Heroku.
I am still trying to wrap my brain around this whole xml serialization thing,
So, newbie NHibernate user; trying to wrap my brain around it. I'm contemplating how
I'm trying to wrap my brain around Haskell's existential types, and my first example

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.