titanium hyperloop介绍( hyperloop coming from Titanium)
访问量: 2432
refer to: https://github.com/appcelerator/hyperloop/wiki/Getting-started-with-iOS-and-Hyperloop
Titanium SDK 3.0之前,都是native code (例如 object c ) 运行 (eval) js代码。
在Titanium SDK 3.1之后,对于ios 平台,则使用了hyperloop技术。
所以我们最大的感受是,同样的一个API, ios上的效果似乎更native 一些( 比如说多了些动画啥的)
具体的代码见上面的原文章吧。
给我的感受, 这个技术, 跟 把 coffee script => raw js 基本一样。