catiledlayer
Convert CGPoint between iPhone & CA planes
I have a UIView subclass that I\'m drawing a PDF onto (using a CATiledLayer).I also need to draw on a specific region of that PDF, however the coordinate plane of the CATiledLayer when using CG to dra[详细]
2023-01-14 11:46 分类:问答Resizing CATiledLayer's Using Scale Transforms vs. Bounds Manipulation
I\'ve got my layer hosted workspace working so that using CATiledLayers for hundreds of images works nicely when the workspace is zoomed out substantially. All the images use lower resolution represen[详细]
2023-01-12 08:56 分类:问答CATiledLayer changing images with different sizes when zooming (Map related :)
I have an UIScrollView with a UIView which in turn contains a CATiledLayer which displays a map. I have to start with an overview where one can zoom in VERY deep. So I made 4 different images (actual[详细]
2023-01-04 23:56 分类:问答CATiledLayer large image crashing app
This somewhat related to another post - but that one got kinda messed up - so I start from scratch: I have a CATiledLayer with a HUGE image in it (5780x6700px).[详细]
2023-01-04 17:14 分类:问答CATiled Layer Question~
Was wondering how to apply the CATiled Layer to a webView rather than a scrollView. Wen开发者_如何学运维t through a lot of books as well as searches and found absolutely nothing regarding how to succe[详细]
2023-01-04 01:59 分类:问答Why isn't my ScrollView/CATiledView zooming properly?
I have a UIScrollView backed by a CATiledLayer. The layer is pulling tiles from a server and displaying them in response to what is requested when drawLayer:inContext is called. Here\'s what it looks[详细]
2023-01-03 03:05 分类:问答How to have CATiledLayer not block the main thread
I am implementing a CATiledLayer into a UIScrollView.In the CATiledLayer, I have a function to draw the layers like so:[详细]
2023-01-01 22:06 分类:问答iPhone: CATiledLayer/UIScrollView wont scroll after zooming and only zooms to anchor point
Here is the problem... I am using CA Tiled Layer to display a large jpg. The view loads okay, and when I go to scroll around, it works fine. However, as soon as I zoom in or out once, it scrolls to th[详细]
2022-12-29 00:42 分类:问答Why won't my CATiledLayer scroll in a UIScrollView after zooming?
I\'m currently having the following problem with CATiledLayer: when the view first loads, the scrolling works perfectly, but then when you zoom once, the view snaps to the anchor point (top left corne[详细]
2022-12-28 20:13 分类:问答