-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
Been using this lib for a year or so via cocoapods... haven't had any trouble until running the code on iOS 9.
Doing this
NSString* dataFormatString = @"data:application/pdf;base64,%@";
NSString* dataString = [NSString stringWithFormat:dataFormatString, [self.pdfData base64EncodedStringWithOptions:0]];
NSURL* dataURL = [NSURL URLWithString:dataString];
[self.pdfView load:dataURL];
works on iOS 8 and below (well, to 7 anyway). On iOS 9, I get a blank view. Any ideas?
Metadata
Metadata
Assignees
Labels
No labels