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

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 16, 20262026-05-16T06:23:54+00:00 2026-05-16T06:23:54+00:00

I’m trying to create a view that’s full of controls (buttons, text views, labels,

  • 0

I’m trying to create a view that’s full of controls (buttons, text views, labels, etc.) that can scroll, since I don’t have enough screen space for all the controls. I understand that I need the root view in my application to be a UIScrollView and I need to attach to that a UIView with all my controls in it. The problem is, after I set the root view to be a UIScrollView, and I add a UIView to the root view, Interface Builder won’t let me position any of my controls, it just drops them all in the center.

  1. Am I correctly understanding how I make a view scroll?
  2. If so, how can I get Interface Builder to allow me to position my controls?
  3. Once I’m able to do this, how can I position controls in Interface Builder beyond the dimensions of the window, since it’s going to be scrollable?

Thanks so much in advance for your help!

  • 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-16T06:23:55+00:00Added an answer on May 16, 2026 at 6:23 am

    In my experience, you’re better off having a UIView as a root view and then a UIScrollView as the one and only, screen-filling subview of that view. Saves some trouble in code (ugly casts) and when extending (how to put some screen-fixed element in there afterwards?)

    If you want to keep it in IB, either

    • add your own custom view to the library (sorry, no experience with that), or
    • just put the big UIView in the scrollview and position the elements by their x/y position, or
    • set your root-views status-bar to unspecified so you can resize the root view to whatever size you need to layout the contents of the scrollview correctly, and when done, wrap it up again to 320×480 (but make sure you disable autosizing on the right elements, or the resize action will destroy your work), or
    • design the UIView separately and drag&drop it into place as a subview of the scrollview, in the document-window! use cmd-0, that window! the parent will light up before you drop something into it. The set the top-left x,y of the dropped subview to 0,0. (this method requires you to link up all outlets everytime you drag&drop)

    If you choose to take the non-IB route, design your UIView and save it as a nib, and then load the nib programmatically when the rootcontroller loads. (there’s a lot on that topic on SO) When you’ve got this right, it will be the friendliest way from the design/IB perspective.

    So.. a lot of options, none of them really good. IB can do wonders but you need some time to understand it. (I’m still struggling… so suggestions are welcome)


    For clarity, my typical view-scrollview-view-elements layout looks, with fake numbers, like:

    View (320x480-ish)
        Scroll View (320x480-ish)
            View (1024x1024)
                Label (positioned 0,0)
                Button (positioned 500,900)
                ImageView (1024x800, positioned 0,100)
        UISearchBar (possibly, always on screen, above scrollview or sliding in, ...)
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I'm trying to create an if statement in PHP that prevents a single post
Basically, what I'm trying to create is a page of div tags, each has
I'm parsing an RSS feed that has an ’ in it. SimpleXML turns this
I'm working with an upstream system that sometimes sends me text destined for HTML/XML
I am trying to understand how to use SyndicationItem to display feed which is
I'm new to using the Perl treebuilder module for HTML parsing and can't figure
link Im having trouble converting the html entites into html characters, (&# 8217;) i
That's pretty much it. I'm using Nokogiri to scrape a web page what has
For some reason, after submitting a string like this Jack’s Spindle from a text
I have a string like this: La Torre Eiffel paragonata all’Everest What PHP function

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.