...
Code Block | ||
---|---|---|
| ||
let giniConfiguration = GiniConfiguration.shared ... ... giniConfiguration.openWithEnabled = true |
3. Handle incoming images and PDFs
...
When your app is requested to handle an image or a PDF or an image your AppDelegate
’s application(_:open:options:)
(Swift) method is called. You can then use the supplied URL to create a document as shown below.
...