CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 通讯/手机编程 IOS

文件名称: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
(系统自动生成,下载前可以参看下载内容)

下载文件列表

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

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com