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

The Archive Base Latest Questions

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

This question gives a basic description of what I’m trying to do. Basically, I

  • 0

This question gives a basic description of what I’m trying to do. Basically, I am animating offscreen content into view. There are several subviews I animate in this way, but they never occupy the same space at the same time. Now I’m having trouble being able to design content that starts offscreen. I have tried two ways, neither satisfactory:

  1. I stacked the subviews on top of each other where they will be viewed, and set the position to offscreen in the User Defined Runtime Attributes. I don’t like this way, because I can’t easily toggle which view I’m looking at, so designing is tough.
  2. I initially positioned the subviews off screen. This is annoying because you have to reposition a subview back onscreen before you can see it to design it.

How would this be done? How have you done accomplished something similar in the past?

  • 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:39:14+00:00Added an answer on May 31, 2026 at 1:39 pm

    I’m not quite sure I’m getting it but I’ll take a shot here.

    So in storyboard you can create a view that is not connected or segued to the root view – you just drag out a viewController object from the libray and design it as you want. It doesn’t have to be on top of anything or contained within the root viewController view.

    Once you have this you can instantiate it when you need to with:

    [[UIStoryboard storyboardWithName:@"MainStoryboard_iPad" bundle:NULL] instantiateViewControllerWithIdentifier:@"someName"];
    

    From there you can position it and set up a UIView animation to bring it into view.

    Or maybe I am not getting it…

    EDIT (fixed error):

    myViewController = [[UIStoryboard storyboardWithName:@"MainStoryboard_iPad" bundle:NULL] instantiateViewControllerWithIdentifier:@"someName"];
    
    [self addChildViewController:myViewController];
    [self.view addSubview:myViewController.view];
    
    //do the animation on screen
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

It gives me this error for my if structure: if: expected a question and
Sorry for asking a basic question like this but I've been reading on this
G'day All, I am working in R. Sorry about this really basic question, but
This is a fairly basic question, but I haven't been able to find any
This is such a basic question but for some reason all my knowledge of
This a pretty basic question. Let's say I have this iPhone/iPad app that, at
I feel like this question is so basic that none of the tutorials or
this is basic question. im having touble setting the camra not how to set
okay this might be a pretty lame and basic question but its stuck in
You'll have to forgive me if this is a really basic question; I haven't

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.