Reader SDK Documents
Breadcrumbs

iOS v2.3.0

iOS

New parameter added to ReaderViewWrapper initializer:

ReaderViewWrapper(
  analyserConfiguration: analyserConfig,
  previewMode: .fill, // or .fit
  ...
)

  • Default: .fill

  • Developer Action:
    Update initializers if you wish to explicitly control scaling; no migration is required for existing integrations.