文件名称:ftutils
- 所属分类:
- IOS
- 资源属性:
- [MacOS] [Matlab] [源码]
- 上传时间:
- 2013-03-17
- 文件大小:
- 173kb
- 下载次数:
- 0次
- 提 供 者:
- gaofe******
- 相关连接:
- 无
- 下载说明:
- 别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容均来自于网络,请自行研究使用
实现各种各样的图形、动画效果。例子中展现的是各种各样视图出现和消失的例子,例如视图的淡入淡出、飞进飞出等等。-FTUtils iPhone Utility Code Library
===================================
The code in FTUtils is common utility code extracted from [Free Time Studios](http://www.freetimestudios.com/) iPhone projects. Currently, there is only one primary utility (`FTAnimationManager`) and some simple preprocessor macros. Some unit tests exist for the code, but more are needed. The documentation is also still under development.
Setting Up FTUtils
------------------
FTUtils is most easily used by simply copying `FTUtils.h`, `FTAnimationManager.h` and `FTAnimationManager.m` into your project. Be sure to add the QuartzCore fr a mework to your project as well (step 5 below). The preferred way to integrate FTUtils into your projects is by adding it as a static library. This will keep it separate from your code.
The following is the process to add the FTUtils static library to your Xcode project (these steps were borrowed from the [three20 project](http://github.com/joehewitt/three20/tree/master "j
===================================
The code in FTUtils is common utility code extracted from [Free Time Studios](http://www.freetimestudios.com/) iPhone projects. Currently, there is only one primary utility (`FTAnimationManager`) and some simple preprocessor macros. Some unit tests exist for the code, but more are needed. The documentation is also still under development.
Setting Up FTUtils
------------------
FTUtils is most easily used by simply copying `FTUtils.h`, `FTAnimationManager.h` and `FTAnimationManager.m` into your project. Be sure to add the QuartzCore fr a mework to your project as well (step 5 below). The preferred way to integrate FTUtils into your projects is by adding it as a static library. This will keep it separate from your code.
The following is the process to add the FTUtils static library to your Xcode project (these steps were borrowed from the [three20 project](http://github.com/joehewitt/three20/tree/master "j
(系统自动生成,下载前可以参看下载内容)
下载文件列表
ftutils
.......\.DS_Store
__MACOSX
........\ftutils
........\.......\._.DS_Store
ftutils\.gitignore
__MACOSX\ftutils\._.gitignore
ftutils\apidocs
.......\.......\.templates
.......\.......\..........\docset
.......\.......\..........\......\Contents
.......\.......\..........\......\........\info-template.plist
__MACOSX\ftutils\apidocs
........\.......\.......\.templates
........\.......\.......\..........\docset
........\.......\.......\..........\......\Contents
........\.......\.......\..........\......\........\._info-template.plist
ftutils\apidocs\.templates\docset\Contents\Resources
.......\.......\..........\......\........\.........\Documents
.......\.......\..........\......\........\.........\.........\documents-template
__MACOSX\ftutils\apidocs\.templates\docset\Contents\Resources
........\.......\.......\..........\......\........\.........\Documents
........\.......\.......\..........\......\........\.........\.........\._documents-template
........\.......\.......\..........\......\........\.........\._Documents
ftutils\apidocs\.templates\docset\Contents\Resources\nodes-template.xml
__MACOSX\ftutils\apidocs\.templates\docset\Contents\Resources\._nodes-template.xml
ftutils\apidocs\.templates\docset\Contents\Resources\tokens-template.xml
__MACOSX\ftutils\apidocs\.templates\docset\Contents\Resources\._tokens-template.xml
........\.......\.......\..........\......\........\._Resources
........\.......\.......\..........\......\._Contents
........\.......\.......\..........\._docset
ftutils\apidocs\.templates\html
.......\.......\..........\....\css
.......\.......\..........\....\...\styles.css
__MACOSX\ftutils\apidocs\.templates\html
........\.......\.......\..........\....\css
........\.......\.......\..........\....\...\._styles.css
........\.......\.......\..........\....\._css
ftutils\apidocs\.templates\html\document-template.html
__MACOSX\ftutils\apidocs\.templates\html\._document-template.html
ftutils\apidocs\.templates\html\hierarchy-template.html
__MACOSX\ftutils\apidocs\.templates\html\._hierarchy-template.html
ftutils\apidocs\.templates\html\img
.......\.......\..........\....\...\button_bar_background.png
__MACOSX\ftutils\apidocs\.templates\html\img
........\.......\.......\..........\....\...\._button_bar_background.png
ftutils\apidocs\.templates\html\img\disclosure.png
__MACOSX\ftutils\apidocs\.templates\html\img\._disclosure.png
ftutils\apidocs\.templates\html\img\disclosure_open.png
__MACOSX\ftutils\apidocs\.templates\html\img\._disclosure_open.png
ftutils\apidocs\.templates\html\img\title_background.png
__MACOSX\ftutils\apidocs\.templates\html\img\._title_background.png
........\.......\.......\..........\....\._img
ftutils\apidocs\.templates\html\index-template.html
__MACOSX\ftutils\apidocs\.templates\html\._index-template.html
ftutils\apidocs\.templates\html\object-template.html
__MACOSX\ftutils\apidocs\.templates\html\._object-template.html
........\.......\.......\..........\._html
........\.......\.......\._.templates
........\.......\._apidocs
ftutils\Classes
.......\.......\FTAnimation+UIView.m
__MACOSX\ftutils\Classes
........\.......\.......\._FTAnimation+UIView.m
ftutils\Classes\FTAnimationManager.m
__MACOSX\ftutils\Classes\._FTAnimationManager.m
ftutils\Classes\FTUtils+NSObject.m
__MACOSX\ftutils\Classes\._FTUtils+NSObject.m
ftutils\Classes\FTUtils+UIGestureRecognizer.m
__MACOSX\ftutils\Classes\._FTUtils+UIGestureRecognizer.m
........\.......\._Classes
ftutils\Examples
.......\........\AnimationChaining.h
__MACOSX\ftutils\Examples
........\.......\........\._AnimationChaining.h
ftutils\Examples\AnimationChaining.m
__MACOSX\ftutils\Examples\._AnimationChaining.m
ftutils\Examples\BackInOut.h
__MACOSX\ftutils\Examples\._BackInOut.h
ftutils\Examples\BackInOut.m
__MACOSX\ftutils\Examples\._BackInOut.m
ftutils\Examples\Checkers.png
__MACOSX\ftutils\Examples\._Checkers.png
ftutils\Examples\ExampleManager.h
__MACOSX\ftutils\Examples\._ExampleManager.h
ftutils\Examples\ExampleManager.m
__MACOSX\ftutils\Examples\._ExampleManager.m
ftutils\Examples\Examples_Prefix.pch
__MACOSX\ftutils\Examp