felixkirathe

Results 1 issues of felixkirathe

in the showInView function add below. else if ([self.fileName hasPrefix:@"/"]) { //load a local file NSError\* error = nil; ``` NSString* fileAtPath = self.fileName; NSString* fileContents = [NSString stringWithContentsOfFile:fileAtPath encoding:NSUTF8StringEncoding...