When I use an .xib, I connect a view\'s delegate to the File\'s Owner via interface builder, then go into the view controller\'s .h file and set it as the delegate to complete t
your NGLView should be in a view controller - you could use that view controller as the delegate.