views:

4

answers:

0

I have a .xib file that I have many views in. I would like to move these many views into a subview, to allow my code to easily move everything all at once under a new condition in my app (I want to slide the entire display up while a keyboard is displayed).

When I drag a view (button, image view, label, etc) to a different view in order to change its parent, Interface Builder moves the location of the subview to the center of the window.

Can I change this behavior?

I only want to change the parent - I do not want to change where in the window the element is displayed.