搜索资源列表
HelloWord
- iphone project. It has two buttons, by clicking one, the number of clicking will be displayed and by clicking the other, a dog s image will appear and disappear
31-days-of-iPhone-
- 三十一天iphone开发实例,按照天数,每天一个iphone代码例子,第一天 时钟显示器,第二天是火焰动画第三天拨打电话,第四天 显示ip,第五天计时器-Thirty-one days iphone development instance, according to the number of days, each day an iphone code example, the first day is a clock display, the next day is the third da
Chapter15-
- 在iphone开发中实现多媒体的一些功能,程序很简单适合初学者学习。-Iphone development in a number of multimedia features, the program is very simple for beginners to learn.
study
- 一些学习的资料,都是在giuhub上的,里面有一些源代码可以参考学习-Some of the learning materials are giuhub on, there are a number of source code can refer to learn
UIKeyboardTypeNumberPad
- iphone 纯数字输入键盘,只需自定义完成按钮即可。-iphone number KeyBoard
DWGridController-master
- 实现可以双向(垂直和水平)滚动的网格视图(Grid View),即网格视图的每行每列都可以上下左右、垂直水平滚动双向。并且每行每列均支持循环滚动。 不足之处是不支持同时滚动多行或多列。 -DWGridController ================ The DWGridController allows you to display cells in a grid view where rows and columns can be (infinitely) scrol
AsyncLoadImaget
- uitableview下载大量图片 图片下载 缓存 -The uitableview Download large number of pictures pictures download cache
array
- 输入两个数,第一个数决定一个nXn矩阵,第二个数决定从1开始赋值的上限-Enter two numbers, the first number determines a nXn matrix, the second number determines the upper limit of the assignment from a start
ADTickerLabel
- 介绍: 实现可以滚动显示数字的label,可用于电子记分牌(ticker)、计时器等等效果。 -Descr iption: Achieving can scroll the displayed number label, can be used for electronic scoreboard (ticker), timers, etc. effects.
DCPathButton
- 介绍: 一个带动画的按钮,用户点击后会弹出子按钮。子按钮的个数可自定义(3~6个),再次点击所有子按钮会有收缩动画。用户可自定义每个子按钮的action,可以自定义按钮图片。 -Introduction: a button with animation, the user clicks the button will pop up child. The number of sub-buttons can be customized (3 ~ 6), click again to all sub-
MMDrawerController-master
- 实现自定义各种参数的sidebar视图布局(或者叫drawer view)效果,所谓sidebar视图布局,在很多app(比如网易新闻、facebook等等app)中都可以看到运用,即手指左右移动视图,主视图会移向旁边,在左边或者右边出现sidebar视图,一般是一些菜单。code4app有多份这种视图布局的代码,但这份代码能够对很多参数进行自定义,比如sidebar的宽度,是否需要阴影,是否支持pan手势、主视图移动的动画等等等等你能想到的属性都可以自定义-MMDrawerController
57598543
- 多种风格消息数量提示样式,精选ios编程学习源码,很好的参考资料。-The number of multi style message style, select learning IOS programming source code, a good reference.
GetIMEI
- 通过程序代码获取IMEI号,而IMEI号具有唯一性-Get IMEI number by code
happy
- 自己写的一个刮刮乐小游戏,就是随机产生3个目标数字,然后玩家点击扑克牌,如果连续点击三张的数字是目标数字,则“中奖了”。-Himself wrote a small scratch music games, is randomly generated three target number, then click poker players, if click on three consecutive Numbers is the goal, is the "winning".
UIKeyboardTypeNumberPad
- 在iOS设备为输入键盘NumPad的状态时,实现对数字键的自定义,在空白的地方加上确定键。- In iOS device as an input keyboard NumPad the state, to achieve self-definition of the number keys, plus a blank place the OK button.
huizi
- *画法走法,通过输入的输赢局数,然后判断,自动生成路线!-Baccarat painting moves, by the number of winners and losers Bureau input, and then determine, automatically generate line!
call
- 输入电话号码,可以拨打电话,简单的呼叫软件-Enter the phone number, can make a phone call, a simple call software
Bow-Ties-Final
- swift实现的IOS APP带领结功能,可以实现基本的带领结功能,可以显示领结图像,带领结次数,给试带评分等功能。-swift realization led IOS APP node function, can achieve the basic function of a tie, the tie can display images, the number of times a tie, with a score to test other functions.
takeout
- 可以实现和微信服务号连接, 也可以是一个单独的APP, 此代码是关于外卖的订餐支付获取用户信息的一个源代码, 功能虽然很简单, 但是可以引申更多的功能, 我就是用这个学习的.-It can be achieved and micro-channel service number to connect, it can be a separate APP, this code is ordering takeout get paid on a user information source code
iOS-refresh-table
- 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、U