The tag has no wiki summary.

learn more… | top users | synonyms

0
votes
0answers
24 views

BitmapSlice and not correctly loaded tiles

If you're using the BitmapSlice project problably the very first time you'll run on your device or simulator, some tile will not correctly loaded and leaves black holes in your image. In the ...
0
votes
0answers
58 views

CATiledLayer and not rendered slices

The problem: I've to render a big image 7148x15000px (a custom map), so i've looking around for something usefull and i've found BitmapSlice, but the problem is that the very first time i run the app ...
0
votes
1answer
36 views

CATiled Layer Async image downloading

I am customizing photo scroller xcode source. for the tiled images i want to download images from a web server using nsoperation in the background. the app downloads the tiles images properly, but ...
2
votes
1answer
103 views

CATiledLayer subview causing memory warning and crash

Alright, here's what's happening... I have a UIView subclass, which includes two points (start and end), a CGPath between those two points and lot of UILabels. If I add that UIView subclass as a ...
0
votes
0answers
206 views

Pinch-To-Zoom feature for TiledScrollView

I used https://github.com/ened/Android-Tiling-ScrollView library to display large tiled image. Everything is working fine. Only problem is that, I want to zoom only particular part which I ...
2
votes
3answers
246 views

Efficient custom tiled maps with custom zoom levels and zoom factors

I have to implement a very custom tiled map layer/view on iOS5/6 (iPhone), which loads tiles as Images and/or data (JSON) from a server. It is like google maps, but at certain points very specific, so ...
2
votes
0answers
79 views

Hiding CATiledLayer tile creation

Since in iOS5 Apple silently changed the tileSize limit to 1024. This limit has introduced a visual problem in my CATiledLayer in a scrollview. On Devices that have a larger screen size than the ...
0
votes
2answers
89 views

CATiledLayer - how to use when async downloading images

In my application, I have got a scrollview, a bigger one with lots of subviews on it, subviews gets added dynamically based on scroll. I try to add subviews (imageviews) dynamically on scroll and when ...
0
votes
1answer
258 views

Using CATiledLayer to display a large image that has been programmatically split into tiles

I'm running into an issue with using CATiledLayer... I have a large image, a map, that is 4726 x 2701. Basically I'm needing to break this image into tiles and be able to zoom in to view a lot of ...
0
votes
1answer
59 views

CATiledLayer: How to cause reload of just some tiles?

I'm using a tiled layer in a scroll view to display a custom view. The contents of the custom view change periodically, and I know the rectangle in which those changes occur. However I have found that ...
9
votes
1answer
331 views

Any way to encode a PNG faster than UIImagePNGRepresentation?

I'm generating a bunch of tiles for CATiledLayer. It takes about 11 seconds to generate 120 tiles at 256 x 256 with 4 levels of detail on an iPhone 4S. The image itself fits within 2048 x 2048. My ...
2
votes
1answer
99 views

CALayer and view disappeared

I have a large image managed with CATiledLayer (like the Large Image Downsizing iOS sample code). I had a drawing view (UIView overrided with drawing methods) on it but when I zoom a lot, I get the ...
1
vote
0answers
99 views

Rendering a large amount of text within a UIScrollView

I have a UIView in a UIScrollView. The UIScrollView only scrolls vertically, and doesn't zoom. In the UIView's drawRect: method I'm trying to color the background and draw some text. When the text's ...
0
votes
1answer
214 views

Move UIView into a UIScrollView doesn't work after first zoom

I'm trying to display a large and high quality zoomable image using CATiledLayer and UIScrollView. My code is based on the iOS Large image downsizing sample code. The hierarchy of my UIScrollView is ...
0
votes
1answer
356 views

Programatically save a PDF in the iPhone

I'm getting a PDF file in my app like this : NSURL* pdfURL = [NSURL URLWithString:urlStr]; CGPDFDocumentRef PDFDocument = CGPDFDocumentCreateWithURL((__bridge CFURLRef)pdfURL); CGPDFPageRef PDFPage = ...
1
vote
1answer
128 views

How do I keep scale for sublayer in scaled CALayer

I want to create original map as CATiledLayer. Layer hierarchy is like this above. Map View (CATiledLayer) ---------------------- | Pin (CALayer) | | +-------+ | | | image | | ...
0
votes
0answers
69 views

CATiledLayer how to detect when the old tile should be deleted?

I want to implement a cache management class for caching tile underlying data. So there have two main task: 1> Add underlying data into cache management class. 2> Delete underlying data from cache ...
0
votes
1answer
136 views

CATiledLayer artifacts at high scale

I am using CATiledLayer to draw map tiles and when zooming it, I start to see some artifacts, which I guess, are caused by precision problem. I scale my CATiledLayer up to 2^18 (262'144x), the ...
0
votes
0answers
94 views

CATiledLayer not lining up the “layers”

I have a CATiledLayer in a scrollView. The total image is 11,000 x 17,000 and I've cut that up in to tiles of 256 x 256. When I'm in the zoomed in mode the UIScrollview works perfectly with the ...
1
vote
1answer
112 views

Capturing CATiledLayer content to another layer or image context

I'm trying to screen capture a view that uses CATiledLayers (for animation) but unable to get the image that I want. I tried it on Apple's "PhotoScroller" sample application and added this: ...
1
vote
2answers
669 views

UIScrollView w/ Large CATiledLayer + Overlay that renders fast

I've been working on something for weeks now (iOS) and I can't seem to figure out an acceptable solution. Requirements Display a 10000x10000 pixel background image Zooming and scrolling responsive ...
0
votes
0answers
146 views

scroll view with opengl and uiimageview

I have an opengl es 2.0 view wich draws lines from touches and it's a transparent view. I have placed it inside a scroll view so i can zoom it. It works pretty fine and it's smooth, but when i add a ...
4
votes
1answer
203 views

Rendering of a vast grid in a Scrollview container without CATiledLayer?

I'm looking for any advice on ways to have a rather large scrollview (let's say 8192x8192) which is essentially a grid and it has subviews of about 5-100 buttons placed in it. The brute force ...
0
votes
1answer
97 views

Keeping an image in view after removed from superview

I have extracted some code from the PhotoScroller sample code from Apple to use the CATiledLayer. I have an image of 8000x7000px loaded from internet, in tiles. This is kind of a map-function in my ...
0
votes
1answer
173 views

How should I tile images for CATiledLayer?

I know how to tile images, I just don't get how the images should turn out, with sizes and stuff.. The names should be Image_size_row_colum, and one of the Apple tiles images is: Lake_125_0_0.png I ...
0
votes
1answer
375 views

SIGABRT on NSDictionary objectAtIndex: unrecognized selector

I'm having a weird error here. I have an array named __ImageData: static NSArray *__ImageData = nil; NSString *path = [[NSBundle mainBundle] pathForResource:@"ImageData" ofType:@"plist"]; NSData ...
0
votes
2answers
907 views

Huge images in iOS app without CATiledLayer?

I have an image at about 7000x6000px. I need this to be in a scrollview/imageView in my app, however this is way to huge for display. It is supposed to be a kind of map. I was hoping to keep the size ...
0
votes
2answers
794 views

Create tiled images for CATiledLayer

I am creating a kind of 'map' in my app. This is basically only viewing an image with an imageView/scrollView. However, the image is huge. Like 20,000x15,000 px or something. How can I tile this image ...
2
votes
2answers
378 views

How to cache CGContextRef

Unsatisfied with my previous results, I have been asked to create a freehand drawing view that will not blur when zoomed. The only way I can imagine this is possible is to use a CATiledLayer because ...
2
votes
1answer
364 views

Background image for CATiledLayer

As you might know, CATiledLayer is used to display large images by showing tiled images at scale suitable for view size. I have CATiledLayer working similar to example which could be found under iOS ...
0
votes
0answers
164 views

Multiple images for CATiledLayer with NSURLConnection

I'm trying to pull images from server and display them using CATiledLayer. However, the images seemed to be corrupted (they had some random empty spots) and my guess was that it happened because ...
0
votes
0answers
70 views

CATiledLayer. How do not redraw image after pressing home button and then returning to the app?

I have iPhone app simular to Apple CATiledLayer example. When I press home button and then return to my application, I see how the image is being redrawn. How can I stop it?
0
votes
2answers
375 views

CATiledLayer issue

I want to use CATiledLayer like in PhotoScroller app. In my TilingView.m I have + (Class)layerClass { return [CATiledLayer class]; } - (id)initWithImageName:(NSString *)name size:(CGSize)size { ...
8
votes
2answers
580 views

CATiledLayer to CALayer

I have a view with a CATiledLayer backing. I want to take the visible tiles from this CATiledLayer UIView and add it to another view as its CALayer backing, thus recreating the visible image in ...
1
vote
1answer
227 views

How to draw markers on a zoomable UIView using UIScrollView and CATiledLayer

I want to draw markers on a zoomable UIView that's using UIScrollView and CATiledLayer. I'm currently using the same setup as the PhotoScroller demo app from Apple. I've no problem drawing shapes, but ...
1
vote
2answers
767 views

CATiledLayer basics: Why is CATiledLayer's drawLayer:inContext: called so often when rendering PDFs?

I'm trying to understand how CATiledLayer works when rendering a PDF page using CGContextDrawPDFPage(). My understanding was that drawLayer:inContext: is called once per tile and level of detail. Is ...
0
votes
0answers
172 views

How to port the awesome PhotoScrollerNetwork in MonoTouch?

I'm trying to port the PhotoScrollerNetwork app to MonoTouch (a much improved version of the iOS 5 Apple PhotoScroller example), but the code is doing things that I'm unable to reproduce in MonoTouch. ...
0
votes
1answer
155 views

xcode: drawing objects in catiledlayer

I'm trying to draw my own objects to a CATiledLayer, im just not sure how i should push the objects to context that is used in drawLayer. For example i know that i can add the text i want to draw on ...
5
votes
4answers
857 views

CATiledLayer being removed and refreshed while zoomed in iPad 3rd gen

I'm experiencing a redraw problem on a CATiledLayer when the parent UIScrollView is zoomed in. I'm rendering a PDF page in a CATiledLayer backed UIView. It has another UIImageView behind it, which ...
1
vote
2answers
785 views

A CATiledLayer-enabled UIView with drawRect-defined subviews crashes due to abnormal memory usage

We have an out-of-memory crash on the iPad 3 which we traced to the following scenario: A UIView which uses a CATiledLayer and draws content (say, a PDF) has subviews with their own drawRect methods ...
0
votes
1answer
428 views

Sencha Touch/ExtJS: Tiled scroll view (like CATiledLayer)

I'm looking for something like CATiledLayer (on iOS), but for use in PhoneGap/Sencha Touch 2. The idea is to "stream" a very large image from a server in form of tiles - very much like Google Maps ...
0
votes
0answers
325 views

CATiledLayer; high resolution bitmap scaling

I'am trying to render waveform (high resolution bitmap) into UIView with different frames. I want to scale it and decided to use CATiledLayer for better performance. But in a result I got what I ...
26
votes
3answers
2k views

CATiledLayer PDF Performance is Poor on iPad 3 Retina Display

I'm using rather straightforward code to display a zoomable PDF in a scrollview, and it has been working beautifully on the iPad 2 and the original iPad. But it's staggeringly slow on the iPad 3. I ...
0
votes
1answer
155 views

CATiledLayer blinks after zoom

I have UIScrollView with BIG subview with lots small CATiledLayers displaying images. With zoomDidEnd I set new scale: [tilesContainer setContentScaleFactor:scale]; cause redraw tilesContainer ...
9
votes
4answers
3k views

CATiledLayer in iPad retina simulator yields poor performance

I'm hoping maybe this is just an issue with the simulator but of course it has me worried since I have already submitted my retina capable apps and there's no way to test it until the 16th. I have ...
0
votes
1answer
235 views

Need drawLayer to draw 3 PDF files to 3 different UIViews

I am loading 3 different PDF files and drying to use drawLayer to draw them into 3 UIviews. This works, but they are all 3 being drawn into the same layer of one UIview. I need them each drawn into ...
1
vote
1answer
227 views

Intermittent EXC_BAD_ACCESS exception with CATitledLayer

I am having some problems with an app that keeps crashing intermittently. Code below is in a UIView with CATiledLayer as its backing layer: - (UIBezierPath *)path { if(_path == nil){ ...
1
vote
1answer
324 views

CATiledLayer, CALayerDelegate and capturing touch events

How I would go about capturing touch events on a CATiledLayer? I have the following situation where if I change the view layer to a CATiledLayer the view stops capturing TouchesXXX events. Why does ...
1
vote
1answer
349 views

values of levelOfDetail and levelsOfDetailBias to render pdf on CATiledLayer in ios

i am developing a project in which i render PDF on the CATiledLayers.I have Used the CGPdf class methods to render the pdf and succeeded too. I would like to know the values to be used for ...
3
votes
2answers
496 views

taking image snapshot of CATiledLayer-backed view in UIScrollView

I've got a custom map view which is made of a UIScrollView. The scroll view's subview is backed by a CATiledLayer. Everything works great here. Panning & zooming loads up new map tiles and ...

1 2 3