I made a little demo for viewing a PDF page which is zoomable. Basically, I MonoTouched the example at http://www.olivetoast.com/blog/2009/08/simple-uiscrollview-catiledlayer-pdf-example/.
You can find my version in my blog at http://www.wildsau.net/post/2011/02/28/Simple-UIScrollView-CATiledLayer-PDF-Example-%28MonoTouch-version%29.aspx
However, I have not been able to figure out what "LevelsOfDetail
" and "LevelsOfDetailBias
" properties of CATiledLayer are for. I can set any value combination and cannot spot a difference. Apple's help on the properties doesn't explain anything to me.
Can somebody please explain?