Hi:
I am using an OpenGL view along with an instance of an NSObject as the controller. When I start the program, the control goes first to awakeFromNib in the controller as expected.
I was wondering if its possible to force the control to go to initWithFrame, which is the designated initializer for NSOpenGLView instead of awaekFromNib in NSObject
Thanks
I am using an OpenGL view along with an instance of an NSObject as the controller. When I start the program, the control goes first to awakeFromNib in the controller as expected.
I was wondering if its possible to force the control to go to initWithFrame, which is the designated initializer for NSOpenGLView instead of awaekFromNib in NSObject
Thanks