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.