Skip to content

moravianlibrary/iOSTiledViewer

Repository files navigation

iOSTiledViewer

Release Notes

Documentation

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.

Requirements

iOS 9.0+

Installation

iOSTiledViewer is available through CocoaPods. To install it, simply add the following line to your Podfile:

pod 'iOSTiledViewer'

Usage

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.

Example

To run the example project, clone the repo, and run pod install from the Example directory first.

Author

Jakub Fiser, fiser33@seznam.cz

License

iOSTiledViewer is available under the MIT license. See the LICENSE file for more info.