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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 21, 20262026-05-21T00:31:04+00:00 2026-05-21T00:31:04+00:00

I have a very basic beginner’s question regarding the position of UIViews that I

  • 0

I have a very basic beginner’s question regarding the position of UIViews that I animate.

If I call this

[pageShadowView setFrame:CGRectOffset([pageShadowView frame], 100, 0)];

and then animate this

[pageShadowView setFrame:CGRectOffset([pageShadowView frame], -100, 0)];

I will basically move my UIView from the right side of the screen to the left. However, if I would specify -150 in the second line of code, and if I were to repeat these animations a couple of times, my object would gradually move more and more to the left.

This is a very fundamental question, I’m afraid, but is there a way to specify fixed X coordinates instead of defining relative positions? I.e. suppose I always wanted to move the object from x = 200 to x = 100.

My entire method looks like this:

[pageShadowView setFrame:CGRectOffset([pageShadowView frame], 100, 0)];

[UIView beginAnimations:@"shadowMove" context:nil]; // Begin animation
    [UIView setAnimationDuration:2.5];
    [UIView setAnimationCurve:UIViewAnimationCurveEaseInOut];
    [pageShadowView setFrame:CGRectOffset([pageShadowView frame], -100, 0)];        
    [UIView commitAnimations];
  • 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-21T00:31:05+00:00Added an answer on May 21, 2026 at 12:31 am

    You can set any rect with setFrame… just create one with CGRectMake() with absolute positions.

    e.g.

    pageShadowView.frame = CGRectMake( 
                                x, 
                                y,
                                CGRectGetWidth(pageShadowView.frame),
                                CGRectGetHeight(pageShadowView.frame)
                            );
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I realize that this is probably a very basic question, but I have spent
Probably a very basic beginner question. Imagine the following situation: I have an ASP.NET
Perhaps this is a very basic question, please pardon me if it is ---
i am very beginner in visual basic and i have 2010 express. i want
I have a very basic logon system, that authenticates users by the means of
I have a very basic question with the Microsoft CRM 4.0 Report wizard. I
So i have this very basic ipad view controller and i was doing some
I have a basic Android question here: I have a main.xml layout that loads
I have a very basic question. I would like to know if here is
I recently upgraded VS 2005 to VS 2008. Unfortunately I have a very basic

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.