Skip to content

iOS Basic Sample App

This sample app demonstrates how to get started using the Colibrio Reader Framework for iOS.

The sample app shows how to:

  • Set up the ColibrioReadingSystemView.
  • Load an EPUB or PDF publication into the reading system engine and display its contents.
  • Extract the table of contents navigation data, and how to navigate to navigation items.
  • Navigate to the previous or next page.
  • Create an EPUB Media Overlay SyncMediaPlayer with basic controls.
  • Create a ContentPositionTimeline and display a slider showing and controlling the current reading position.

Setup and getting started instructions can be found in the README file.

NOT INCLUDED

Credentials, such as a License API Key. This is provided to you by Colibrio when you get access to the framework.

Prerequisites

  • XCode
  • Access to Colibrio Reader Framework for iOS

Full code example

See the full code example here: colibrio-ios-samples - Basic Sample App