Skip to content

Commit

Permalink
Update the Quick Start Guide document
Browse files Browse the repository at this point in the history
  • Loading branch information
Rad Azzouz committed Feb 7, 2018
1 parent 48b3c87 commit 53351c1
Show file tree
Hide file tree
Showing 3 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Example/MainController.swift
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ class MainController: UIViewController {
pdfView.leadingAnchor.constraint(equalTo: view.leadingAnchor).isActive = true
pdfView.trailingAnchor.constraint(equalTo: view.trailingAnchor).isActive = true

let sampleDocumentURL = Bundle.main.url(forResource: "PSPDFKit-6-QuickStart-Guide", withExtension: "pdf", subdirectory: "PDFs")!
let sampleDocumentURL = Bundle.main.url(forResource: "PSPDFKit 7 QuickStart Guide", withExtension: "pdf", subdirectory: "PDFs")!
let sampleDocument = PDFDocument(url: sampleDocumentURL)

pdfView.document = sampleDocument
Expand Down
Binary file added PDFs/PSPDFKit 7 QuickStart Guide.pdf
Binary file not shown.
Binary file removed PDFs/PSPDFKit-6-QuickStart-Guide.pdf
Binary file not shown.

0 comments on commit 53351c1

Please sign in to comment.