通过几行代码,您可以创建一个 PDF 视图控制器。这个框架非常快速且易于使用。
// Add RoboReader files to your project; import "RoboViewController.h"
// Create a RoboDocument instance for the PDF file you want to display.
NSString *path = [[NSBundle mainBundle] PathForResource:@"YourPdf" withExtension:@"pdf"];
RoboDocument *document = [[RoboDocument alloc] initWithFilePath:url password:@"YourPdfPassword_or_nil"]
//Create a RoboViewController instance and present it as a child view controller.
RoboViewController *r = [[RoboViewController alloc] initWithDocument:document];
RoboReader 是在 Mikhail Viceman 开发 数字版平台 时创建的,版权(c)REDMADROBOT。
RoboReader 可在 MIT 许可下获得。更多信息请参阅 LICENSE 文件。