I use Xcode 4.3.2 with iOS SDK 5.1.
I want to create a view controller in my storyboard, which contains a GLKView on the half screen and Buttons + Text on the other half.
I tried the put both in a UIViewController but could get it to work.
Any ideas? Articles? Tutorials?
Create a instance of GLKViewController in UIViewController and now add the GLKViewController as a child view controller and also add GLKView as a subview to the UIViewController