JCTiledScrollView icon indicating copy to clipboard operation
JCTiledScrollView copied to clipboard

A set of classes that wrap UIScrollView and CATiledLayer. It aims to simplify displaying large images and PDFs at multiple zoom scales.

Results 19 JCTiledScrollView issues
Sort by recently updated
recently updated
newest added

The recent problem is that when IOS13.6 device runs the framework, there are pictures in 4-9, and no pictures above 10 are loaded. I track the code, the images in...

Is there a easy way to show GPS position on the lib?

When zoomscale is greater than 4, the image cannot be loaded ![zoom4](https://user-images.githubusercontent.com/13943595/50675560-d5e88600-1029-11e9-992e-8fde5dd20119.png)

Will allow changing tileSize from swift code and also set correct size in JCTiledLayer (or tiles will have wrong resolution on the phone). Tested with 512x512 tiles Use like this:...

Maybe I missing something but I can't get it to work with 512x512 tiles. If I change the kDefaultTileSize in JCTiedView.m to 512 it loads the wrong tiles. I can...

The scrollview is constrained to below the label in the demo and that is correct. Tiles or annotations are not drawn over the status label which is also correct but...

I know how to use cocoapods and I think that is the preferred method because it's so simple. How do I import this source to my xcode project in a...

Here's some notes on how to get it working... https://github.com/route-me/route-me http://wiki.openstreetmap.org/wiki/OSM_in_MapKit https://github.com/mladjan/GoogleMapsOverlayiOS

Hi, I'm using your library and I do hope you can help me out on this. I've made some modifications in the library, which the TileView received a longPress and...

Hi, I'm using your library for sometime which I have to say it's really great and I'm trying to figure out a way to group the annotations when the user...