文件名称:ftutils
-
所属分类:
- 标签属性:
- 上传时间:2013-03-17
-
文件大小:172.62kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
实现各种各样的图形、动画效果。例子中展现的是各种各样视图出现和消失的例子,例如视图的淡入淡出、飞进飞出等等。-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 framework 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 framework 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/
ftutils/.DS_Store
__MACOSX/
__MACOSX/ftutils/
__MACOSX/ftutils/._.DS_Store
ftutils/.gitignore
__MACOSX/ftutils/._.gitignore
ftutils/apidocs/
ftutils/apidocs/.templates/
ftutils/apidocs/.templates/docset/
ftutils/apidocs/.templates/docset/Contents/
ftutils/apidocs/.templates/docset/Contents/info-template.plist
__MACOSX/ftutils/apidocs/
__MACOSX/ftutils/apidocs/.templates/
__MACOSX/ftutils/apidocs/.templates/docset/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/._info-template.plist
ftutils/apidocs/.templates/docset/Contents/Resources/
ftutils/apidocs/.templates/docset/Contents/Resources/Documents/
ftutils/apidocs/.templates/docset/Contents/Resources/Documents/documents-template
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/Documents/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/Documents/._documents-template
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/._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
__MACOSX/ftutils/apidocs/.templates/docset/Contents/._Resources
__MACOSX/ftutils/apidocs/.templates/docset/._Contents
__MACOSX/ftutils/apidocs/.templates/._docset
ftutils/apidocs/.templates/html/
ftutils/apidocs/.templates/html/css/
ftutils/apidocs/.templates/html/css/styles.css
__MACOSX/ftutils/apidocs/.templates/html/
__MACOSX/ftutils/apidocs/.templates/html/css/
__MACOSX/ftutils/apidocs/.templates/html/css/._styles.css
__MACOSX/ftutils/apidocs/.templates/html/._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/
ftutils/apidocs/.templates/html/img/button_bar_background.png
__MACOSX/ftutils/apidocs/.templates/html/img/
__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
__MACOSX/ftutils/apidocs/.templates/html/._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
__MACOSX/ftutils/apidocs/.templates/._html
__MACOSX/ftutils/apidocs/._.templates
__MACOSX/ftutils/._apidocs
ftutils/Classes/
ftutils/Classes/FTAnimation+UIView.m
__MACOSX/ftutils/Classes/
__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
__MACOSX/ftutils/._Classes
ftutils/Examples/
ftutils/Examples/AnimationChaining.h
__MACOSX/ftutils/Examples/
__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/Examples/._Examples_Prefix.pch
ftutils/Examples/ExamplesAppDelegate.h
__MACOSX/ftutils/Examples/._ExamplesAppDelegate.h
ftutils/Examples/ExamplesAppDelegate.m
__MACOSX/ftutils/Examples/._ExamplesAppDelegate.m
ftutils/Examples/FadeBackgroundColorInOut.h
__MACOSX/ftutils/Examples/._FadeBackgroundColorInOut.h
ftutils/Examples/FadeBackgroundColorInOut.m
__MACOSX/ftutils/Examples/._FadeBackgroundColorInOut.m
ftutils/Examples/FadeInOut.h
__MACOSX/ftutils/Examples/._FadeInOut.h
ftutils/Examples/FadeInOut.m
__MACOSX/ftutils/Examples/._FadeInOut.m
ftutils/Examples/FallInOut.h
__MACOSX/ftutils/Examples/._FallInOut.h
ftutils/Examples/FallInOut.m
__MACOSX/ftutils/Examples/._FallInOut.m
ftutils/Examples/FlyOut.h
__MACOSX/ftutils/Examples/._FlyOut.h
ftutils/Examples/FlyOut.m
__MACOSX/ftutils/Examples/._FlyOut.m
ftutils/Examples/FTUtilsExample.h
__MACOSX/ftutils/Examples/._FTUtilsExample.h
ftutils/Examples/GestureRecognizerBlocks.h
__MACOSX/ftutils/Examples/._GestureRecognizerBlocks.h
ftutils/Examples/Gestur
ftutils/.DS_Store
__MACOSX/
__MACOSX/ftutils/
__MACOSX/ftutils/._.DS_Store
ftutils/.gitignore
__MACOSX/ftutils/._.gitignore
ftutils/apidocs/
ftutils/apidocs/.templates/
ftutils/apidocs/.templates/docset/
ftutils/apidocs/.templates/docset/Contents/
ftutils/apidocs/.templates/docset/Contents/info-template.plist
__MACOSX/ftutils/apidocs/
__MACOSX/ftutils/apidocs/.templates/
__MACOSX/ftutils/apidocs/.templates/docset/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/._info-template.plist
ftutils/apidocs/.templates/docset/Contents/Resources/
ftutils/apidocs/.templates/docset/Contents/Resources/Documents/
ftutils/apidocs/.templates/docset/Contents/Resources/Documents/documents-template
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/Documents/
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/Documents/._documents-template
__MACOSX/ftutils/apidocs/.templates/docset/Contents/Resources/._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
__MACOSX/ftutils/apidocs/.templates/docset/Contents/._Resources
__MACOSX/ftutils/apidocs/.templates/docset/._Contents
__MACOSX/ftutils/apidocs/.templates/._docset
ftutils/apidocs/.templates/html/
ftutils/apidocs/.templates/html/css/
ftutils/apidocs/.templates/html/css/styles.css
__MACOSX/ftutils/apidocs/.templates/html/
__MACOSX/ftutils/apidocs/.templates/html/css/
__MACOSX/ftutils/apidocs/.templates/html/css/._styles.css
__MACOSX/ftutils/apidocs/.templates/html/._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/
ftutils/apidocs/.templates/html/img/button_bar_background.png
__MACOSX/ftutils/apidocs/.templates/html/img/
__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
__MACOSX/ftutils/apidocs/.templates/html/._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
__MACOSX/ftutils/apidocs/.templates/._html
__MACOSX/ftutils/apidocs/._.templates
__MACOSX/ftutils/._apidocs
ftutils/Classes/
ftutils/Classes/FTAnimation+UIView.m
__MACOSX/ftutils/Classes/
__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
__MACOSX/ftutils/._Classes
ftutils/Examples/
ftutils/Examples/AnimationChaining.h
__MACOSX/ftutils/Examples/
__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/Examples/._Examples_Prefix.pch
ftutils/Examples/ExamplesAppDelegate.h
__MACOSX/ftutils/Examples/._ExamplesAppDelegate.h
ftutils/Examples/ExamplesAppDelegate.m
__MACOSX/ftutils/Examples/._ExamplesAppDelegate.m
ftutils/Examples/FadeBackgroundColorInOut.h
__MACOSX/ftutils/Examples/._FadeBackgroundColorInOut.h
ftutils/Examples/FadeBackgroundColorInOut.m
__MACOSX/ftutils/Examples/._FadeBackgroundColorInOut.m
ftutils/Examples/FadeInOut.h
__MACOSX/ftutils/Examples/._FadeInOut.h
ftutils/Examples/FadeInOut.m
__MACOSX/ftutils/Examples/._FadeInOut.m
ftutils/Examples/FallInOut.h
__MACOSX/ftutils/Examples/._FallInOut.h
ftutils/Examples/FallInOut.m
__MACOSX/ftutils/Examples/._FallInOut.m
ftutils/Examples/FlyOut.h
__MACOSX/ftutils/Examples/._FlyOut.h
ftutils/Examples/FlyOut.m
__MACOSX/ftutils/Examples/._FlyOut.m
ftutils/Examples/FTUtilsExample.h
__MACOSX/ftutils/Examples/._FTUtilsExample.h
ftutils/Examples/GestureRecognizerBlocks.h
__MACOSX/ftutils/Examples/._GestureRecognizerBlocks.h
ftutils/Examples/Gestur
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.