今天做Fitall&Toto,发现iOS framework里没有Queue。
在网上找到了CHDataStructures,非常好用。
标签: iOS
HTML5 APP
PhoneGap is an HTML5 app platform that allows you to author native applications with web technologies and get access to APIs and app stores. PhoneGap leverages web technologies developers already know best... HTML and JavaScript.
http://www.phonegap.com/
Sencha Touch, a high-performance HTML5 mobile application framework, is the cornerstone of the Sencha HTML5 platform. Built for enabling world-class user experiences, Sencha Touch is the only framework that enables developers to build fast and impressive apps that work on iOS, Android, BlackBerry, Kindle Fire, and more.
http://www.sencha.com/products/touch/
jQuery Mobile, A unified, HTML5-based user interface system for all popular mobile device platforms, built on the rock-solid jQuery and jQuery UI foundation. Its lightweight code is built with progressive enhancement, and has a flexible, easily themeable design.
cocos2d schedule 无效问题
问题描述:上周钱君做FSGame,一个跑酷类iPhone游戏。在一个CCNode上设置了schedule,但是没有响应。
问题分析:因为danizen的Puzzle游戏也用了schedule,很正常。
问题解决:比对其代码,发现是没有addChild的问题。把CCNode加入进场景中,一切OK了。
String(Augmented Reality for iOS)
Introducing the fastest, most powerful
augmented reality technology for iOS.
官网:http://www.poweredbystring.com/
iOS安装deb方法
用iPhone Explorer把deb文件放入iPhone或者是iPad中,然后用以下方法之一进行安装
方法一:通过ssh或者是termial输入命令dpkg -i xxxxxx.deb
方法二:把文件放入指定目录/var/root/Media/Cydia/AutoInstall自动安装(没有目录手动建立目录)
iOS终端
通过Cydia安装Mobile Terminal实现iOS本地终端。
通过Cydia安装openSSH,可以使PC或者MAC通过ssh实现远程终端。
远程登录方式:
ssh root@192.168.1.222
默认密码:alpine
AppStore SDK
AppStore SDK
AppStore SDK enables you to retrieve information about all apps from App Store. With AppStore SDK you are able to discover 200,000 of apps that let you do even more:
http://www.app-storage.com/
PS:这个是第三方的,是从网页上直接抓取的,使用下来效果并不理想,但是有需要只能用了。
Apple Developer 续费问题
今天登录http://developer.apple.com/iphone/index.action,发现:
Your iOS Developer Program is about to expire.
按照提示操作,进入填写Purchase Form,里面的填空有一个是Apple Develop Program Enrollment ID哪儿都找不到,只有找到Company ID。
然后网上查了下,都是这种情况,只能把Company ID填写上去。
其实Enrollment ID申请的时候有的,但是谁还会记得1年前申请的这个ID呢,这个是Apple的一个疏忽。
iOS视频录制
这几天要为AD的iPad版做宣传。之前试过拍摄,但是拍摄的效果(比如阴影和反光)不好。所以最好的方案还是录制视频。
iPad:使用Display Recorder进行录制。
Mac:使用iDown实时传输iPad录制视频到Mac上,并是使用Screenium录制。
PS:iPad上的Display Recorder可以自己保存avi或者是mov。
条形码 for iOS
- Kaywa Reader is one of the most impressive commercial readers. Notably, it can recognize codes in a video stream from the phone's camera. The user never needs to press a button to take a picture.
- Libdmtx* is an open source (LGPL) library for decoding Datamatrix codes. It is designed to be highly portable, and it is written in C. It was recently made available again after a year-long break.
- ZXing* is an open source (Apache 2.0) application recently released by Google that aims to "support decoding of QR Codes, Data Matrix, and the UPC family of 1D barcodes."
- Open Source QR Code Library* - This is an open source decoding library from Japan.