The library displays large image files effectively without quality loss. It can display files that support protocol IIIF or Zoomify as well as an ordinary image of format JPG, PNG, GIF and WebP.
iOS 9.0
iOSTiledViewer is available through CocoaPods. To install it, simply add the following line to your Podfile:
pod 'iOSTiledViewer'
The entry point of the library is class ITVScrollView and its method loadImage(_ imageUrl: String, api: ITVImageAPI)
. Please read the documentation (link above) for more information.
To run the example project, clone the repo, and run pod install
from the Example directory first.
Jakub Fiser, [email protected]
iOSTiledViewer is available under the MIT license. See the LICENSE file for more info.