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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 28, 20262026-05-28T01:18:46+00:00 2026-05-28T01:18:46+00:00

I build an UIViewController, that higher than iPhone screen ( the height is 900px

  • 0

I build an UIViewController, that higher than iPhone screen ( the height is 900px ), i build it using UIScrollView.

In the Interface Builder, how to put an View in the bottom part of the UIScrollview ? i’ve tried using freeform in the inspector -> Simulated Metrics, but every time i move back to the ipad/iphone screensize, the views are mess. And when i ran it in the simulator, the view still a mess

  • 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-28T01:18:47+00:00Added an answer on May 28, 2026 at 1:18 am

    I’d add a view programmatically and make it subview for the scrollview, i don’t know how to do it using IB.

    If you want to try programmatically can try something like:

    UIView*myView=[[UIView alloc ] initWithFrame:CGRectMake(0, 480, 320, 200)];   
    [myView setBackgroundColor:[UIColor redColor]]; // Just for testing purpose
    [scrollView addSubview:myView];
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have a handful of view controllers that inherit from a subclass of UIViewController,
I have UIViewController without a xib, and I'm using loadView to build my UI
I build and maintain a set of Flash components that is distributed to publishers
I have found a crash in an iPhone application with target iOS 4 that
Hello I have a view controller that loads from an xib i created. It
I'm still getting used to the whole Controller flow of iPhone development. I'm using
Currently, I'm trying to build a game with UIkit that consists of the three
So I just have a standard UIViewController with a UIWebView in it that displays
I have a simple table view which I have built using an example from
I have a root UIViewController that I am adding other UIViewController's as subviews. Currently

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.