文件名称:FastImageCache-master
介绍说明--下载内容均来自于网络,请自行研究使用
对于以图片为主的应用来说(比如Path),传统的从硬盘单个加载图片方法太慢以致于会影响到应用的整体性能表现,尤其是需要滚动加载的。Fast Image Cache刚好可以解决这个问题。Fast Image Cache是iOS 应用中一个高效的,快速的图片存储和检索方法。对于很多优秀的应用来说,快速运行和平缓滚动是用户体验中重要的一部分,而Fast Image Cache可以简单化这种实现-For a picture-based applications (such as Path), the traditional method of load images from a single hard disk too slow to affect the overall performance of the application, in particular the need to scroll loaded. Fast Image Cache just to solve this problem. Fast Image Cache iOS application is an efficient, fast image storage and retrieval methods. For many excellent applications, running fast and smooth scrolling is an important part of the user experience, while Fast Image Cache can simplify this implementation
(系统自动生成,下载前可以参看下载内容)
下载文件列表
FastImageCache-master
.....................\.gitignore
.....................\FastImageCache
.....................\..............\FICEntity.h
.....................\..............\FICImageCache+FICErrorLogging.h
.....................\..............\FICImageCache.h
.....................\..............\FICImageCache.m
.....................\..............\FICImageFormat.h
.....................\..............\FICImageFormat.m
.....................\..............\FICImageTable.h
.....................\..............\FICImageTable.m
.....................\..............\FICImageTableChunk.h
.....................\..............\FICImageTableChunk.m
.....................\..............\FICImageTableEntry.h
.....................\..............\FICImageTableEntry.m
.....................\..............\FICImports.h
.....................\..............\FICUtilities.h
.....................\..............\FICUtilities.m
.....................\FastImageCacheDemo
.....................\..................\Classes
.....................\..................\.......\FICDAppDelegate.h
.....................\..................\.......\FICDAppDelegate.m
.....................\..................\.......\FICDFullscreenPhotoDisplayController.h
.....................\..................\.......\FICDFullscreenPhotoDisplayController.m
.....................\..................\.......\FICDPhoto.h
.....................\..................\.......\FICDPhoto.m
.....................\..................\.......\FICDPhotosTableViewCell.h
.....................\..................\.......\FICDPhotosTableViewCell.m
.....................\..................\.......\FICDTableView.h
.....................\..................\.......\FICDTableView.m
.....................\..................\.......\FICDViewController.h
.....................\..................\.......\FICDViewController.m
.....................\..................\Demo Images
.....................\..................\...........\README
.....................\..................\FastImageCacheDemo.xcodeproj
.....................\..................\............................\project.pbxproj
.....................\..................\Supporting Files
.....................\..................\................\Assets.xcassets
.....................\..................\................\...............\Icon.appiconset
.....................\..................\................\...............\...............\Contents.json
.....................\..................\................\...............\...............\iPad-App-iOS7.png
.....................\..................\................\...............\...............\iPad-App-iOS7@2x.png
.....................\..................\................\...............\...............\iPad-App.png
.....................\..................\................\...............\...............\iPad-App@2x.png
.....................\..................\................\...............\...............\iPhone-App-iOS7@2x.png
.....................\..................\................\...............\...............\iPhone-App.png
.....................\..................\................\...............\...............\iPhone-App@2x.png
.....................\..................\................\...............\Launch Image.launchimage
.....................\..................\................\...............\........................\Contents.json
.....................\..................\................\...............\........................\iPad-Portrait-1004h.png
.....................\..................\................\...............\........................\iPad-Portrait-1004h@2x.png
.....................\..................\................\...............\........................\iPad-Portrait-iOS7.png
.....................\..................\................\...............\........................\iPad-Portrait-iOS7@2x.png
.....................\..................\................\...............\........................\iPhone-Portrait-R4@2x-1.png
.....................\..................\.........