-
Notifications
You must be signed in to change notification settings - Fork 104
Issues: uxmstudio/UXMPDFKit
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
Author
Label
Projects
Milestones
Assignee
Sort
Issues list
I have pod install in objC project and create bridge header and import in my class like @import PDFKit and i have access frame work classes easily but i am not able to access class methods error as following as - "No visible @interface for 'PDFDocument' declares the selector 'initWithFilePath:password:error'" . NSError *error; NSString *path = [[NSBundle mainBundle] pathForResource:@"sample" ofType:@"pdf"]; PDFDocument *document = [[PDFDocument alloc] initWithFilePath:path password:@"password_if_needed" error:&error]; PDFViewController *pdfVC = [[PDFViewController alloc] initWithDocument:document]; [self.navigationController pushViewController:pdfVC animated:true];
#101
opened Nov 13, 2019 by
RaviPatelCDN123
it written that is supports ios 9.0 and above but it actualy supports ios 11.0 and above
#92
opened Oct 29, 2018 by
trhtkv
How to change the highlight pen's color from yellow to another color ?
#91
opened Sep 19, 2018 by
longnh2604
Two finger pinch while drawing does not zoom, and instead draws from one of the fingers
#76
opened Nov 7, 2017 by
scottcc
Previous Next
ProTip!
Type g i on any issue or pull request to go back to the issue listing page.