I’m struggling to find any documentation about this, but surely it’s a major problem.
I always group my elements together nicely in display groups. An example might be a login form. I would create a group called ‘form’ and add the labels and text fields to that group. That way, if I want to remove the form or hide it then I can just hide the form group.
When doing this with Storyboard I’ve had nothing but trouble. Scene1 has 3 groups (‘form’, ‘loading’ and ‘restart’) and the main group (self.view). I have added various elements to the 3 groups and then added those to the main group (self.view). There are also other generic elements added directly into the main group (self.view).
Why is it that when I change scenes all elements are removed that are placed directly into the main group, but NOT the child groups. The next scene has all 3 groups still on the screen?!
Please point me towards some documentation about maintaining child groups within storyboard, as this baffling, and very frustrating.
Thanks [import]uid: 61422 topic_id: 25505 reply_id: 325505[/import]