iphone - Creating an overlay view ontop of EAGLView -



creating game using opengles.
game consists of view controller , eaglview.
have created view controller want handle view go ontop of eaglview things menu , options. have call eaglview view controller view controller adds iboutlet uiview appdelegates window not appearing. methods being called no view being added.
easy , stupid question cant work out.
in advance

ok have done different way. use view controller called gameviewcontroller load , add subview window in appdelegates applicationdidfinishlaunching method
call method add view controllers view (my open gl view) subview. means can put other views on top.
don't know why didn't before honest
help


Comments

Popular posts from this blog

android - Spacing between the stars of a rating bar? -

html - Instapaper-like algorithm -

c# - How to execute a particular part of code asynchronously in a class -