Hey, I'm not even sure if this is possible but I'm stumped by this one. I set up a program with a model to hold the data and do the calculations, a controller to connect outlets and call methods on the model, and a custom view to put it all together. But I'm having a problem figuring out how to call a controller method from within the custom view, because of the way IB instantiates it separately from my code. Is it possible to hold onto a pointer to the controller inside the view, or is there a better way to do this?