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

搜索资源列表

  1. Reachability

    0下载:
  2. iphone 的wifi测试小程序,实现了对无线网络的识别的功能,可对其进行加工,做出很好的开发-iphone' s wifi test a small program to achieve recognition of the wireless network functions can be processed them to make a very good development
  3. 所属分类:iPhone

    • 发布日期:2016-01-25
    • 文件大小:39720
    • 提供者:andy
  1. iPhoneAppProgrammingGuide

    0下载:
  2. 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
  3. 所属分类:iPhone

    • 发布日期:2017-05-23
    • 文件大小:7231187
    • 提供者:EthanGong
  1. PhoneBook

    0下载:
  2. Windows Phone 7 application demo - built as project in school. demonstrates how to make simple contact manager in mobile devices eqipped with newest Win Phone 7.
  3. 所属分类:iPhone

    • 发布日期:2017-05-16
    • 文件大小:4507285
    • 提供者:mcs_dodo
  1. AHEasing

    0下载:
  2. 实现动画中的缓动函数(easing function)。Easing function(http://easings.net/)就是让物体的运动过程遵循某类数学公式,即定好起点和终点,物体在这个移动过程中,按照某个线性或者非线性的速度来进行移动,这样会让物体的运动看起来更加真实、更加符合真实世界的物理规律。AHEasing支持的移动模式包括:Linear,Quadratic,Cubic,Quartic,Quintic,Sine,Circular,Elastic,Back,Bounce。-To
  3. 所属分类:iPhone

    • 发布日期:2017-03-30
    • 文件大小:60708
    • 提供者:evan
  1. Make-the-DES-implemented-in-iOS

    1下载:
  2. DES加密算法在iOS上实现,在Xcode上运行。输入栏输入的为加密数据,加密结构以警告栏形式弹出-Make the DES encryption algorithm implemented in iOS
  3. 所属分类:iPhone

    • 发布日期:2016-06-20
    • 文件大小:7376896
    • 提供者:袁鑫
  1. sensorgroup

    0下载:
  2. This submission enables MATLAB to access onboard Sensors on iPhone and iPad. With this submission, you can access a mobile device’s accelerometer, magnetometer, location, orientation and compass information directly from MATLAB running on your comput
  3. 所属分类:iPhone

    • 发布日期:2017-05-04
    • 文件大小:1054227
    • 提供者:arche
  1. BBCyclingLabel

    0下载:
  2. 介绍:(iOS5+ARC版本)实现一个自定义UILabel,进行更改文本时有动画过渡。比如:cross-fade交叉淡入 scale out 比例放大淡出 scroll up 向上滚动 custom 自定义的旋转。原本UILabel的内容被修改时是没有动画效果的,感觉很生硬,而这个Demo将会给UILabel增加一些绚丽功能,当标签内容被修改时,这个时候有一个动画的过渡,比如,修改时我们可以使内容交叉淡入,或者修改时让新的内容比例放大淡出,而且还可以使新的内容向上滚动或者旋转出现。-Descr
  3. 所属分类:iPhone

    • 发布日期:2017-05-04
    • 文件大小:1207433
    • 提供者:
  1. THLabel

    0下载:
  2. 介绍:封装一个UILabel的子类,增加阴影模糊,笔画文本和填充渐变的字体风格。系统的UILabel中字体风格是有限的,利用这套代码我们可以使标签的内容具备我们自己搭配的风格,比如可以使字体阴影在加上一些模糊的效果,还可以使字体达到充满渐变,字体边框显示,当然我们还可以使字体同时具备多种风格。-Descr iption: Package a UILabel subclass, increasing the shadow blur, gradient fills and strokes text
  3. 所属分类:iPhone

    • 发布日期:2017-04-03
    • 文件大小:188574
    • 提供者:
  1. jumpNRun

    0下载:
  2. 使用Sprite Kit开发编写简单的小人跑步跳越障碍物的游戏。-How to make a Jump and Run Game
  3. 所属分类:iPhone

    • 发布日期:2017-04-10
    • 文件大小:1309246
    • 提供者:zeki
  1. call

    0下载:
  2. 输入电话号码,可以拨打电话,简单的呼叫软件-Enter the phone number, can make a phone call, a simple call software
  3. 所属分类:iPhone

    • 发布日期:2017-04-26
    • 文件大小:60146
    • 提供者:王张
  1. UINavgationPUITabBar

    0下载:
  2. 我们写iOS项目的时候,基本都是一个UINavigationController套一个UITabBarController的形式,就是上面一个导航栏,下面几个按钮的工具条的形式。我写了几个应用,发现如果每次都重新写的话完全就是浪费精力和时间,而且还使工程结构混乱。因此我就抽时间把这种形式的UI结构单独写出来,并抽象出调用接口,这样以后再写应用是就可以直接在这个工程上添加就行了。-We write iOS project, basically in the form of a sleeve of
  3. 所属分类:iPhone

    • 发布日期:2017-04-30
    • 文件大小:100823
    • 提供者:Sakura
  1. iOS-refresh-table

    0下载:
  2. 在iOS开发中经常会遇到信息逐条展示的情况,当信息条数较少时我们当然可以让一次性将所有的信息放进UITableView的数据源中,但是当信息条数几百上千,而且包含大量图片(如小说app的书目展示)时,一次性将它们全部从后台获取出来放在UITableView中显然不现实,而应该一次显示几行数据,然后通过下拉和上拉再次从后台获取数据。这时候就需要用到带上下拉刷新动画的table。 MJRefresh是github上的开源项目,它能够很方便的实现UIScrollView、UITableView、U
  3. 所属分类:iPhone

    • 发布日期:2017-04-26
    • 文件大小:55822
    • 提供者:Sakura
  1. LCBlur-master

    1下载:
  2. 背景模糊效果处理,采用高斯模糊算法,可以使图片变模糊-Background blur processing, Gaussian blur algorithm that can make pictures blurred
  3. 所属分类:iPhone

    • 发布日期:2017-05-11
    • 文件大小:2505402
    • 提供者:王超
  1. Voice

    0下载:
  2. 仿喜马拉雅的录音功能,并且实现保存功能,希望下载的人好好利用。(Imitate the recording function of Himalaya, and realize save function, hope to download the person make good use of.)
  3. 所属分类:iPhone/iOS

搜珍网 www.dssz.com