All work fine in the simulators and I connect my iphone to test but the PaintSurface not run.
SKCanvasView canvasView=new SKCanvasView(); canvasView.PaintSurface+=CanvasView_PaintSurface;
The CanvasView_PaintSurface
not run.
and all is fine in the simulator.