搜索资源列表
JMStaticContentTableViewController
- 提供十分方便的静态内容列表(Static Content TableViewController)编写API。静态内容列表一般用于app的设置页面、登录页面、或者关于页面等等。实现的功能还包括能够十分方便地动态添加cell到列表中。代码本身用blocks实现,并且只支持ARC。 代码的demo例子几乎百分之百还原了iOS中的设置列表。-Written in a very convenient list of static content (Static Content TableViewCont
PhotoStack
- 实现效果很酷的图片浏览方式。界面上叠放着一叠照片,用手拨动(滑动)顶部的图片,顶部的图片会被移到这叠图片的最底部,从而显示出下一张图片。仅支持ARC。 -Way to achieve the effect of a cool picture browsing. Interface stacked with a stack of photographs, hand toggle (sliding) at the top of the picture, the top of the picture
Test311
- IOS 6所有新特性源代码,基于英雄联盟的一个简单APP,支持ARC-IOS 6 source code of all the new features, based on a simple alliance hero APP support ARC
BBCyclingLabel
- 介绍:(iOS5+ARC版本)实现一个自定义UILabel,进行更改文本时有动画过渡。比如:cross-fade交叉淡入 scale out 比例放大淡出 scroll up 向上滚动 custom 自定义的旋转。原本UILabel的内容被修改时是没有动画效果的,感觉很生硬,而这个Demo将会给UILabel增加一些绚丽功能,当标签内容被修改时,这个时候有一个动画的过渡,比如,修改时我们可以使内容交叉淡入,或者修改时让新的内容比例放大淡出,而且还可以使新的内容向上滚动或者旋转出现。-Descr
mturner1721-MTAnimatedLabel
- 介绍: 实现动态UILabel文字的效果,高仿iPhone锁屏时的 “Slide to unlock”效果,即有光照滑过UILabel的文字。仅支持ARC。-Introduction: UILabel dynamic text effects, high imitation iPhone lock screen when the "Slide to unlock" effect, that there is light glide UILabel text. Only supports ARC.
autorelease
- autorelease基本概念,ARC机制,手动内存管理转换成ARC机制-auto release