Mark Stralka

Results 4 comments of Mark Stralka

If you use Cocoapos, you can fix this by following https://github.com/CocoaPods/CocoaPods/issues/9884#issuecomment-696222756

The database migration file should also be published with the current timestamp in the filename instead of `0000_00_000000`.

@JacobAhlberg thanks that worked for me too! I had this method, which worked fine up until XCode 9.3 and iOS 11.3: ~~~swift func application(_ application: UIApplication, open url: URL, sourceApplication:...

Hi @orikon , `PDFSpecificationProvider` uses `WebViewController`, which in turn is using the `WkWebView` to render PDFs. iOS' `WkWebView` is not great for displaying large/complex PDF files so you might want...