Documentation Archive Developer
Search

GLKit Changes

GLKit

GLKView.h
Declaration
From
@property(nonatomic, assign) id<GLKViewDelegate> delegate
To
@property(nonatomic, assign) IBOutlet id<GLKViewDelegate> delegate

GLKViewController.h
Declaration
From
@property(nonatomic, assign) id<GLKViewControllerDelegate> delegate
To
@property(nonatomic, assign) IBOutlet id<GLKViewControllerDelegate> delegate