Ti Weekly Clips (2013/06/09~2013/06/15) #TitaniumJP
1週間のTitanium/Appceleratorに関するブックマークを振り返るTi Weekly Clipsのお時間でございます。
この辺りのコピペ感をなんとかしたいんですが、前置き自体なくせば気にしなくて良くなるのかもしれませんねw
News
■Support for iOS 7 « Appcelerator Developer Center
http://developer.appcelerator.com/blog/2013/06/support-for-ios-7.html
iOS SDK(に限らずプラットフォームSDK全般に対してですが)ベータ版時期は正式なサポートがないというのがTiでの伝統です。正式版リリース後「速やかに」対応版をstableリリースするということになっていますが、1ヶ月ほど経過してからの動きだったこともありますので、Tiユーザ各位は継続ビルドなどで様子を見ながら調整していって、不具合はJIRAにフィードバックしていくのが吉かもしれません。
■Upcoming ACS changes: user session and geo query « Appcelerator Developer Center
http://developer.appcelerator.com/blog/2013/06/upcoming-acs-changes-user-session-and-geo-query.html
ACSの今後発生する変更点についてのアナウンス。
■Titanium もくもく会 Tokyo #9 に行ってきました - imthinker::net
http://blog.imthinker.net/entry/2013/06/14/011503
毎度ありがたい@ryugoo_さんのレポート記事です。
■HTML5とJavaScriptでWindows 8のアプリ開発に挑戦! ~マイクロソフトが語るWindows 8の現状・展望と開発実践
このセミナーの紹介をしろとユーザ会会長の強い思念を感じたので紹介します :-)
Tips & Topics
■Building a custom front-end to ACS using Node.ACS [Part 2] « Appcelerator Developer Center
Node.ACSのチュートリアルシリーズの続き。
■Quick example of registering a URLScheme in a Titanium app using the TiApp.xml without info.plist file. Just add the following into your TiApp.xml (I put it under the tag. Works on Android and iOS.
https://gist.github.com/jasonkneen/5736738
gistのタイトルがすべてなんですけど、TiApp.xmlだけでURLスキーム実現しちゃうぜというネタ。info.plistいじらなくていいのはありがたいですね。
■Dutch Mobile Conference 2013 | Fokke Zandbergen
http://fokkezb.nl/2013/06/08/dutch-mobile-conference-2013/
最近活躍度合いがものすごいFokke ZandbergenさんがDutch Mobile Conference 2013というイベントでAlloyの紹介をされたようです。
■Clearly Innovative » Blog Archive » Alloy ListView & Facebook Friends
http://www.clearlyinnovative.com/blog/post/34758524584/alloy-listview-facebook-friends
AlloyでListViewを使うサンプル使う
■Extending the animation.js Alloy builtins
https://gist.github.com/raulriera/5743410
Alloy組み込みアニメーションにslideInエフェクトを追加する例
■Simple build configuration file for Titanium Mobile Alloy to remove unimportant log calls if build type is production
https://gist.github.com/tsteur/5745279
alloy.jmkであまり重要でないログ出力を抑制する方法
■backgroundImage transition
https://gist.github.com/addieljuarez/5745540
Viewの背景画像を変化させるサンプル
GitHub Watch
■doublerebel/tiger · GitHub
https://github.com/doublerebel/tiger
SpineというJSなWeb/MVCフレームワークの構造をTiに移植したもの。
■tzmartin/Ti-Double-Slider · GitHub
https://github.com/tzmartin/Ti-Double-Slider
一本のスライダー内で二つの値を持つことが出来るというiOSネイティブモジュール。動作イメージがわかなければReadme内のリンクから動画をご覧下さい。