-
Notifications
You must be signed in to change notification settings - Fork 66
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
Swift project problem #10
Comments
Hi, Have you read HOWTO.md? |
Replace by (and test on device):
|
Ok perfect i've imported this library in my bridge header and now i can present PDF; the next step is to enable the different toolbar actions ( index, search, etc... ) i'm looking inside the code of "ReaderViewController.mm" the methods "populateViewController()" and ReaderUpperToolbarDelegate methods; i've to replicate this code or there is a simple way? Thank you. |
I don't understand. The toolbar actions are already enabled. |
Otherwise I would like to test a PR on a iPhone X device as we can't test on simulator. Do you have an iPhone X? |
Hi, |
@iDevelopper i have a iPhone X how can i help ? |
Hi,
i've a Swift project, imported your library and compiled without error, but when i try to implement your code, Xcode doesn't recognise the import of UXReaderDocument and UXReaderViewController classes, ( i've tried also to import theme inside my bridge header class ) it suggest only .png files, so i can't implement your example code.
Any suggestion about this problem? can you give me a guide for swift project?
Thank you.
The text was updated successfully, but these errors were encountered: