I have a custom view (kind of a toolbox for my app) that sits off screen until a user clicks a button, then it slides in from the left. I have that part working but only the view itself slides in, not its contents (text field, buttons, pop ups, etc.) Do I have to group everything before moving it and if so how?
Thanks
Edit: Just some more info. In IB I can grab the view and move it and it's contents around.