58476

所属分类:其他书籍
开发工具:Objective-C
文件大小:1244KB
下载次数:1
上传日期:2013-12-13 12:53:55
上 传 者uipppxxx
说明:  自制超简易电子书,页码问题解决版 ZoomingPDFViewer,精选ios编程学习源码,很好的参考资料。
(Homemade super simple e-book, solve the problem of ZoomingPDFViewer page, select learning IOS programming source code, a good reference.)

文件列表:
ZoomingPDFViewer (0, 2010-10-21)
ZoomingPDFViewer\Classes (0, 2010-09-01)
ZoomingPDFViewer\Classes\PDFScrollView.h (3142, 2010-09-01)
ZoomingPDFViewer\Classes\PDFScrollView.m (8206, 2010-09-01)
ZoomingPDFViewer\Classes\TiledPDFView.h (2758, 2010-09-01)
ZoomingPDFViewer\Classes\TiledPDFView.m (4814, 2010-09-01)
ZoomingPDFViewer\Classes\ZoomingPDFViewerAppDelegate.h (2868, 2010-09-01)
ZoomingPDFViewer\Classes\ZoomingPDFViewerAppDelegate.m (5078, 2010-09-01)
ZoomingPDFViewer\Classes\ZoomingPDFViewerViewController.h (2677, 2010-09-01)
ZoomingPDFViewer\Classes\ZoomingPDFViewerViewController.m (3624, 2010-09-01)
ZoomingPDFViewer\en.lproj (0, 2010-09-01)
ZoomingPDFViewer\en.lproj\MainWindow.xib (20117, 2010-08-19)
ZoomingPDFViewer\en.lproj\ZoomingPDFViewerViewController.xib (6761, 2010-08-19)
ZoomingPDFViewer\images (0, 2010-09-01)
ZoomingPDFViewer\images\Icon-72.png (1063, 2010-08-17)
ZoomingPDFViewer\images\Icon-Small-50.png (992, 2010-08-17)
ZoomingPDFViewer\images\Icon-Small.png (918, 2010-08-17)
ZoomingPDFViewer\images\Icon-Small@2x.png (1010, 2010-08-17)
ZoomingPDFViewer\images\Icon.png (1007, 2010-08-17)
ZoomingPDFViewer\images\Icon@2x.png (1252, 2010-08-17)
ZoomingPDFViewer\images\iTunesArtwork (5188, 2010-08-17)
ZoomingPDFViewer\main.m (2701, 2010-08-19)
ZoomingPDFViewer\TestPage.pdf (1253232, 2010-07-16)
ZoomingPDFViewer\TestPage1.pdf (56182, 2010-09-01)
ZoomingPDFViewer\ZoomingPDFViewer-Info.plist (1101, 2010-08-19)
ZoomingPDFViewer\ZoomingPDFViewer.xcodeproj (0, 2010-10-21)
ZoomingPDFViewer\ZoomingPDFViewer.xcodeproj\blackham.mode1v3 (40761, 2010-09-01)
ZoomingPDFViewer\ZoomingPDFViewer.xcodeproj\p.mode1v3 (41057, 2010-10-21)
ZoomingPDFViewer\ZoomingPDFViewer.xcodeproj\p.pbxuser (8460, 2010-10-21)
ZoomingPDFViewer\ZoomingPDFViewer.xcodeproj\project.pbxproj (17729, 2010-10-21)
ZoomingPDFViewer\ZoomingPDFViewer_Prefix.pch (2679, 2010-08-19)
__MACOSX (0, 2010-10-21)
__MACOSX\._ZoomingPDFViewer (201, 2010-10-21)
__MACOSX\ZoomingPDFViewer (0, 2010-10-21)
__MACOSX\ZoomingPDFViewer\._Classes (201, 2010-09-01)
__MACOSX\ZoomingPDFViewer\._en.lproj (201, 2010-09-01)
__MACOSX\ZoomingPDFViewer\._images (201, 2010-09-01)
__MACOSX\ZoomingPDFViewer\._main.m (201, 2010-08-19)
... ...

### ZoomingPDFViewer ### =========================================================================== DESCRIPTION: This sample demonstrates how to build a PDF viewer that supports zooming in or out at any level of zooming. The PDF page is rendered into a CATiledLayer so that it uses memory efficiently. Whenever the zoom level changes a new view created at the new size and is drawn on top of the old view, this allows for crisp PDF rendering at large zoom levels. =========================================================================== BUILD REQUIREMENTS: Mac OS X v10.6.3 or later; Xcode 3.2.3 or later; iOS 4.0 or later. =========================================================================== RUNTIME REQUIREMENTS: Mac OS X v10.6.3 or later; iOS 4.0 or later. =========================================================================== PACKAGING LIST: View Controllers ---------------- ZoomingPDFViewerViewController.{h,m} The table view controller responsible for displaying the list of events, supporting additional functionality: * Addition of new new events; * Deletion of existing events using UITableView's tableView:commitEditingStyle:forRowAtIndexPath: method. Views ---------------- PDFSCrollView.{h,m} UIScrollView subclass that handles the user input to zoom the PDF page. This class handles swapping the TiledPDFViews when the zoom level changes. TiledPDFView.{h,m} This view is backed by a CATiledLayer into which the PDF page is rendered into. Application configuration ------------------------- ZoomingPDFViewerAppDelegate.{h,m} Configures the view controller. MainWindow.xib Loaded automatically by the application. Creates the application's delegate and window. =========================================================================== CHANGES FROM PREVIOUS VERSIONS: Version 1.0 - First version. =========================================================================== Copyright (C) 2010 Apple Inc. All rights reserved.

近期下载者

相关文件


收藏者