So I updated my project from Sparrow-S to latest on GitHub and I'm running into a couple weird issues.
I have a UIViewController and on viewWillAppear I add SPViewController.view as a subview, load my assets, and render Display Objects to the Stage.
On viewDidDisappear I remove SPViewController.view from parent, unload assets, and remove all display objects from the Stage.
However, when I come back to my UIViewController, I still see all my original display objects. They weren't removed.
Switching back to Sparrow-S everything is fine. My stage is cleared.
Any ideas?