How to place Views in the off-screen area of ScrollView in NIB editor?

You just need to make the size of the scrollview and subview larger in IB so that you can place items outside of the normal viewing area. Make sure you set the contentsize properly in your viewcontroller code.

You just need to make the size of the scrollview and subview larger in IB so that you can place items outside of the normal viewing area. Make sure you set the contentsize properly in your viewcontroller code. See this post for a little more clarificaion.

I looked at the 'post' and don't understand how to do this - right now I have nothing in code, I'm trying to place all the views. Are you saying I need to set contentSize someplace (where) in my code and that will affect the NIB editor? – Paul Kinzelman Nov 20 at 15:45.

Put your ScrollView out of its view container if there is one (take it from the explorer on the left). Now you can manipulate the scroll view, disable the "status bar" preview, and any other preview bar of that kind in the right panel. You can now fully resize your scrollview.

Make it big, put the view somewhere in a corner, then resize your scrollview so the view is no more visible. Then put back the scrollView in its container if you had put it out before, and set back all preview styles.

I can't seem to grab the ScrollView (inside a Tab View Controller) and move it anywhere. Right now I have the hierarchy: Tab Bar Controller | FirstViewController | ScrollView | bunch-of-TextFields. The ScrollView doesn't seem to move.

Or does something need to be set in code? As I mentioned in the below comment, I have nothing in code yet. – Paul Kinzelman Nov 20 at 15:48 @PaulKinzelman:If you have a scrollView, you put it there, so you should be able to put it somewhere else... – Oliver Nov 20 at 20:36.

I cant really gove you an answer,but what I can give you is a way to a solution, that is you have to find the anglde that you relate to or peaks your interest. A good paper is one that people get drawn into because it reaches them ln some way.As for me WW11 to me, I think of the holocaust and the effect it had on the survivors, their families and those who stood by and did nothing until it was too late.

Related Questions