2vision2
2vision2

Reputation: 5023

Add some views before displaying GLkit View - Navigate to GLkit View from a UIview

I am making a basic application in opengles, and I started with "raywenderlich" Glkit tutorial. This displays a cube in the starting screen of the app. And he mentioned the below lines in his tutorial to do this.

To make this Storyboard run on startup, open HelloGLKit-Info.plist, control-click in the blank area, and select Add Row. From the dropdown select Main storyboard file base name, and enter MainStoryboard.

My questions:

1) I need to add a view before starting the the GLKIT view. How can I do this? From that UIview I need to change over to GLkit view? How to do this?

2) I need to access the values I used in previous UIviews, say "x=10,y=20" in GLkit view.

Upvotes: 0

Views: 225

Answers (1)

Fonix
Fonix

Reputation: 11597

This is typical iOS beginner tutorial material, have a look at this and if it doesn't suit your needs, their are tons of other tutorials out there. the task is quite laborious to explain, but it is simple so dont worry.

Upvotes: 1

Related Questions