PrimaryFeather / Sparrow-Framework

The Open Source Game Engine for iOS
http://www.sparrow-framework.org
Other
538 stars 173 forks source link

SPView +mainView method #1023

Closed Shilo closed 11 years ago

brianensorapps commented 13 years ago

Shouldn't this be closed now?

PrimaryFeather commented 13 years ago

No, this method does not exist yet -- what I added in Sparrow 1.2 was "[SPStage mainStage]". I am currently rethinking the setup of SPView and SPStage, so I postponed implementing this for now.

brianensorapps commented 13 years ago

Oops, sorry. I mixed them up. BTW, I think a revamped upper display tree for 1.3 would be awesome!

PrimaryFeather commented 11 years ago

In Sparrow 2.0, you can access the current view controller with "Sparrow.currentController" or the view with "Sparrow.currentController.view".