Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 days ago.
Improve this question
I am developing simple app which shows pdf file using PDFKit. How can I implement PencilKit in pdf file using PDFPageOverlayViewProvider protocol. can anyone explain me how to protocol works and what the method purpose.
If anybody doesn't know about the PDFPageOverlayViewProvider protocol
please refer the WWDC session 2022
what is new in PDFKit WWDC session 2022
Related
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 7 years ago.
Improve this question
I was wondering if it is possible to launch my app from a share extension? If so, how would I do it using Swift?
No, this is not possible. From the docs (emphasis mine):
A Today widget (and no other app extension type) can ask the system to open its containing app by calling the openURL:completionHandler: method of the NSExtensionContext class.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
How to implement the Rating Application feature in ios.
Can anyone guide me on how to implement it?
Is there any way to open the review tab directly on RATE App clicked.
See this here & here. i think it might be helpful in your case.
EDIT:
You can also use iRate (Steps).
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 8 years ago.
Improve this question
Could you please point me to the documentation, where the meaning and format of all files inside iOS app source is explained? I'm trying to understand the architecture of iOS applications, behind the UI of Xcode.
Change the extension on the app from ".ipa" to ".zip". Then double-clock to unzip. Examine the unzipped folder's contents.
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 years ago.
Improve this question
I am relatively new to iOS dev, and wanted to ask the community for guidance, links or hints on how apps that read files are made and from where to start( I want to practice this part but didnt find tutorials on it).
You can use QLPreviewController for displaying excel and PDF files
Closed. This question needs to be more focused. It is not currently accepting answers.
Want to improve this question? Update the question so it focuses on one problem only by editing this post.
Closed 9 months ago.
Improve this question
I'm developing a BlackBerry version of an iPhone application which requires PDF file viewer. I've googled but find no proper solution. Can anyone suggest me any way to do it?
Your cooperation is highly appreciated.
There is no pluggable PDF renderer. Users may view PDF files via installed Docs To Go trial software. But there is no tool/API for developers to view PDF files.