Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[TIMOB-17670](3_4_X) DocumentViewer not displaying PDF files #6064

Merged
merged 2 commits into from Sep 12, 2014

Conversation

cheekiatng
Copy link
Contributor

When trying to change url in a document viewer instance, it sometimes doesn't load the respective document in url.
Reason is because we are using UIDocumentInteractionController, which according to Apple API documents, is supposed to be a preview controller, and recommended to initialize an instance for every different file previewed.
Bug solved by creating new instance every time url is changed for document view.

@jonalter
Copy link
Contributor

CR & FT pass

jonalter added a commit that referenced this pull request Sep 12, 2014
[TIMOB-17670](3_4_X) DocumentViewer not displaying PDF files
@jonalter jonalter merged commit 284a6cf into tidev:3_4_X Sep 12, 2014
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants