UIDocumentInteractionController change title of presented view
Posted
by
whatdoesitallmean
on Stack Overflow
See other posts from Stack Overflow
or by whatdoesitallmean
Published on 2012-10-12T08:47:29Z
Indexed on
2012/10/12
9:37 UTC
Read the original article
Hit count: 205
I am using the UIDocumentInteractionController to display pdf files. My files are stored in the filesystem using encoded filenames that are not user-friendly. I do have access to a more friendly name for the file, but the file is not stored with this name (for uniqueness reasons).
When I load the document into the UIDocumentInteractionController then the view displays the unfriendly 'real' filename in the titlebar.
Is there any way to change the displayed title as presented by the UIDocumentInteractionController?
Thanks.
© Stack Overflow or respective owner