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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: June 17, 20262026-06-17T09:04:58+00:00 2026-06-17T09:04:58+00:00

I have one UIViewController with my logo centered and UITableView with alpha 0. In

  • 0

I have one UIViewController with my logo centered and UITableView with alpha 0.

In viewDidAppear: I have this:

[UIView animateWithDuration:0.6 delay:0.0 options:UIViewAnimationCurveEaseInOut animations:^{
    [self.logo setFrame:CGRectMake(0.0f, self.view.frame.size.height - 194.0f, 320.0f, 194.0f)];
} completion:^(BOOL finished) {
    [self.table setFrame:CGRectMake(0.0f, 0.0f, 320.0f, self.view.frame.size.height - 194.0f)];

    [UIView animateWithDuration:0.4 delay:0.0 options:UIViewAnimationCurveEaseInOut animations:^{
        [self.table setAlpha:1.0];
    } completion:^(BOOL finished) {
        return;
    }];

    return;
}];

Ok, the animation is what I want.

But when I call presentModalViewController: to show next view, UIImageView back to center of screen and UITableView back the the height before.

How do I stay with the same size and position after finishing the animation even change the view?

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-17T09:04:59+00:00Added an answer on June 17, 2026 at 9:04 am

    I’m assuming you set your original frames in viewDidLoad this is fine unless the modal clears your system memory. Views are cached as long as they can. So if you modal uses enough memory to reset it, viewDidLoad gets called again resetting your view.

    A quick and easy way to deal with this is to set the values you want in the dismissViewController:animated: method if you’re using it, or a delegate method for the modal.

    If you don’t have either of those you’ll need to do some checking somehow if this is the first load. This isn’t a clean way to deal with it though. If you show some more code we may be able to work out a better solution.

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

Sidebar

Related Questions

In my app i have one UIViewController and there are many UIView which i
For my application, I have one UIViewController and about 8 UIView s. The views
I have one UIViewController (DownloadManager) which downloads a webpage with UIWebView and display the
I have an application where I'm trying to pass a UIScrollView from one UIViewController
In one of my UIViewControllers , I have a UITableView , which only has
I have one drop down list in my page, which contains two options. What
i am doing my project in iOS6. I have only one UIViewController for now.ON
I have an IBAction button in one UIViewController that I want to perform an
I have one class UIViewController and Inside I have one button , I want
In one UIViewController , I have a UISegmentedControl . When I select segmented control.selectedindex==0,

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.