搜索资源列表
OpenGL_ES_Programming_Guide_iPhone_v1.0.0.tar
- 主要是介绍IPHONE3GS上面的罪名用OPEN GL,是做iphone开发的很好一本书,特别是对于那些自己想做动画效果的程序员来说,必不可以少-The introduction of the iPhone 3G S to the market marks a major milestone in the adoption of OpenGL ES 2.0. This new iPhone will put the power of programmable 3D graphics in t
iPhoneAppProgrammingGuide
- iPhone Application Programming Guide.pdf This document is intended for both new and experienced iPhone OS developers who are creating native iPhone applications. Its purpose is to orient you to the architecture of an iPhone application and to
fadeController
- fade in and fade out of ui controller in iphone os
iPhone.TGbuS.CoM_OiOAD
- 某些技术带出每个人隐藏的怪胎,和拥有这样做后立即释放。成千上万的程序员需要提供应用的软件,这本书告诉你如何实现特殊的效果,使装置直接命中。您将学习如何使用一个开放的,社区自主开发工具包,已广泛地下载和使用。-Certain technologies bring out everyone s hidden geek, and the iPhone did so instantly upon its release. Thousands of programmers want to provide
UI_TableView
- 通过便利构造器,写出来的UITableView demo,利用单例模式进行传值。-Convenience constructor, write out the the UITableView demo use the singleton pattern by value.
BBCyclingLabel
- 介绍:(iOS5+ARC版本)实现一个自定义UILabel,进行更改文本时有动画过渡。比如:cross-fade交叉淡入 scale out 比例放大淡出 scroll up 向上滚动 custom 自定义的旋转。原本UILabel的内容被修改时是没有动画效果的,感觉很生硬,而这个Demo将会给UILabel增加一些绚丽功能,当标签内容被修改时,这个时候有一个动画的过渡,比如,修改时我们可以使内容交叉淡入,或者修改时让新的内容比例放大淡出,而且还可以使新的内容向上滚动或者旋转出现。-Descr
986754
- 支持从左右上下四个方向划出子视图的效果,IOS编程学习源码,很好的参考资料。-Support from the left upper and under the direction of four out of view effect, learning IOS programming source code, a good reference.
7654356
- 右边伸出的bar导航,IOS编程学习源码,很好的参考资料。-Bar navigation right out, learning IOS programming source code, a good reference.
4845645
- 一个点击图标,以3D动画的形式跳出的view demo,ios精选编程实例源码,很好的参考资料。-A click on the icon, the 3D animation form out of view demo, IOS select programming source code examples, good reference.
9867545
- 下面的推出来再隐藏得广告demo,精选ios编程学习源码,很好的参考资料。-The push out and hidden advertising demo, select learning IOS programming source code, a good reference.
568756
- iPad上面的一个自动跳出提示选项界面的效果demo,精选ios学习编程源码,很好的参考资料。-An automatic out of demo effect prompt option interface on iPad, selection of learning IOS programming source code, a good reference.
MapLocation
- 显示IOS6苹果地图,学会使用MapLocation,并给查询出的地址添加标注-Show IOS6 Apple map, learn to use MapLocation, and check out the address is added to the marked
FilterShowcase
- 实现对照片滤镜的处理,滤镜种类比较多,自己收藏的,现在贡献出来,希望对你有用-Realization of photo processing filters, filters more species, his collection of contributions now come out, you want to be useful
UINavgationPUITabBar
- 我们写iOS项目的时候,基本都是一个UINavigationController套一个UITabBarController的形式,就是上面一个导航栏,下面几个按钮的工具条的形式。我写了几个应用,发现如果每次都重新写的话完全就是浪费精力和时间,而且还使工程结构混乱。因此我就抽时间把这种形式的UI结构单独写出来,并抽象出调用接口,这样以后再写应用是就可以直接在这个工程上添加就行了。-We write iOS project, basically in the form of a sleeve of
iOS-refresh-table
- 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、U
ChatDateShifts1511
- 老婆四天班次轮转,周六出去玩或某天要喝喜酒,算她的班次很麻烦。程序输入总班次和今天第几班,就能算出任意一天是啥班次。程序是delphi 10项目完整源码包,可用于移动开发实例参考。苹果开发者三个月证书的便捷申请,项目已发布在iPhone 6和4S上运行,android发布不在话下,windows直接运行更简单。项目对iOS下启动画面、图标、程序显示中文名称都已完美考虑。-Wife four days shift rotation, on Saturday went out to play or
LrcAnalysis
- 一个OC写的进行歌词解析的DEMO,功能已实现好根据歌曲时间 打印出歌词。-A OC to write the lyrics of the analysis of the DEMO, function has been achieved according to the song time to print out the lyrics.
SwiftCheck
- QuickCheck for Swift. For those already familiar with the Haskell library, check out the source. For everybody else, see the Tutorial Playground for a beginner-level introduction to the major concepts and use-cases of this library.