I have a toolbar object that inherits from UIView and is a subview of "CanvasView" on the bottom of the screen on an iPad app.
Basically I have buttons on this subview that should draw an image onto CanvasView, it's superview. I have tried many different things but nothing draws the image and I don't ever get errors to tell me what I am doing wrong.
Are there any permissions I need to give my toolbar so that it can draw on the view?
many thanks in advance