Skip to content

iOS 9 Issues #5

@seanicus

Description

@seanicus

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

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions