资源列表
TaobaoClient.xcodeproj
- 淘宝客户端 ios object C 语言 看到的一个 不错的淘宝客户端-Taobao customers end ios
myBarcodeGenerate
- iphone/ipad环境下产生条形码例子,网上很多例子都是产生二维码的,没用产生条形码的,此例子产生的条形码识别率非常高-iPhone/iPad environment under the bar code examples, many examples online are two-dimensional code, useless barcode, barcode recognition rate in this example is very high
LocateMe
- This an example application that shows how to use the Location services on the iPhone.-This is an example application that shows how to use the Location services on the iPhone.
Hello_SOAP-getOffesetUTCTime
- iOS 网络开发之 SOAP 取得网络服务器时间的入门例子,新手推荐。-IOS network development has the SOAP is the beginning of the web server time example。
QRCodeReader
- 二维码扫描Demo,支持iOS7,8,9-dimensional code scanning Demo
IP_11Demo
- 图片浏览器 图片浏览器 图片浏览器 图片浏览器-Picture ViewerPicture ViewerPicture ViewerPicture ViewerPicture ViewerPicture Viewer
CutCutCut.xcodeproj
- 切水果游戏,里面有box-2d的刚体切割方法,是很好的学习资源-cut fruit
iphone-message--input-Box
- iphone手机系统的发短信的输入框的实现-iphone mobile phone system sent the message input box
SlowMotionVideoRecorder-master
- Slow Motion Video Recorder for iOS An iOS sample app for recording 120 fps slow-motion videos using AVFoundation. Including a wrapper class which makes the implementation much easier. Available on the iPhone5s.
SlowMotionVideoRecorder-master
- 一个小小的学习的例子,希望对你的学习有帮助-An example of a small study, and I hope to help you learn
AddressListDemo
- tableview,自定义通讯录,并使用coredata的数据库技术-tableview, custom address book and use coredata database technology
testkvokvc
- IOS 开发中很有用的技术,KVO,即:Key-Value Observing,它提供一种机制,当指定的对象的属性被修改后,则对象就会接受到通知。简单的说就是每次指定的被观察的对象的属性被修改后,KVO就会自动通知相应的观察者了。 二,使用方法 1. 注册,指定被观察者的属性, 2. 实现回调方法 3. 移除观察-KVO is useful in the development of iOS technology,, namely: the Key- Value Observin