搜索资源列表
Fade_Transition_Fade_Images_In_and_Out
- 尽管iPhone为视图切换设计了许多效果,但有时候在同一视图中,从一副图片到另一幅图片通过一次简单的淡色效果,就能满足你所有的需要。 例如,在我最近设计的一个程序中,当程序启动时,我想对图片进行淡出,而另一副就是用户主界面的图片,效果为呈现在屏幕前方及屏幕中央。我所表达的效果如下图所示:-Although the iPhone is designed to switch the view of many effects, but sometimes in the same view, from
ObjC.pdf
- 所有代码都是放在同一个文件main.h中的-All code is placed in the same file main.h
storeworldkinect
- 基于kinect开发的虚拟商场应用,用户可在网上实现虚拟现实的试穿等功能,代码开源-StoreWorld is a facebook game being developed by students at RIT, as a joint effort between the College of Business and the School of IGM. It is a store-management game similar to Cafe World, but the stor
Objective-C-basic-tutorial
- Objective-C 是创建 Mac OS X 应用和 iPhone 应用的主要语言,优雅的面向对象编程环境与快速而普及的 C 语言珠联璧合,造就了它的不俗表现。翻开本书你就能感到它的魅力扑面而来。 本书全面而系统地讲述 Objective-C 语言的基础知识和面向对象编程的重要概念,结合实例介绍了 Cocoa 工具包的优秀特性和其中的框架,以及继承、复合、源文件组织、内存管理、对象初始化和类别创建等众多重要的面向对象编程技术。书中还阐述了如何利用 Cocoa 进行数据的保存、检索和操
Beginning-iPhone-Dev
- iphone3开发基础教程中的例子,对初学者相当有用。主要使用interface builder进行界面开发。-The iphone3 develop basic tutorial example, useful for beginners. Main interface builder interface development
Nav.xcodeproj
- The main tool you’ll use to build hierarchical applications is UINavigationController. UINavigationController is similar to UITabBarController in that it manages, -Navigation controller
Main
- 这是hash函数,用于管理学生信息的一个hash表-This is a hash function for a hash table to manage student information
HDTunePro
- 一般主的电影服务器会带有网页功能,如果看不了网页那就是主服务器出问题了,可以去重启一下,其他问题判断是通过具体是哪部片或者是哪个类型的片(综艺、动作等)判断是哪个服务器出问题,在检查该服务器是软件方面(重启之类的基本能解决)问题还是硬件方面问题。-General main movie server with web functionality, if you can not see the page that is the main server problems, you can go to
SearchTable
- 分享自code4App,主要演示了IOS界面编程中的表视图(UITableView)类编程,在本例子中演示的是具有搜索功能的表视图,也就是UISearchTableView-Share is self-code4App, main demonstration a the IOS interface programming table view (UITableView) class programming demonstrated in this example is a table view
AlertPicker
- 分享自code4app网站,主要实现了弹出式的选择器效果。-Share popup selector effect, the main achievement since code4app website.
111111
- 爱限免的部分代码,有各个主界面,还有一些开源库的应用- 请键入文字或网站地址,或者上传文档。 Love limit free part of the code, there are all the main interface, there are some open source library of application
OC-Data-SelfDefine-save
- 主要实现OC中自定义类的数据归档操作,注意在自定义类归档的时候要遵循NSCoding协议。-The main achievement of OC custom class data archiving.
WhyFi_Surfer
- 上科大 Why-Fi Surfer 登录器 简介 算是心血来潮了吧。很早以前就看到 LWT 女神写的 python 版本的登录器,我就在想这东西能不能移植到手机上。正好赶上学校 Wi-Fi 登录认证换版本之际,现学现做用 Swift 3.0 语言搞出了这么个东西。拼凑起来也能用了。而且我还是尽力把这东西打造的贴心一些。希望大家喜欢。 2018.1.25 更新 更新了 POST 请求(send/sync)的地址。修复了无法登录的错误。 部分 UI 界面修改保证在主线程进行