こんにちはあさくらです。
今日はTitanium MobileのTableViewの小ネタをひとつ
背景、セパレータが透明なテーブルビューをつくる
backgroundColor, separatorColorに'transparent'を設定すると透明なテーブルビューができます。まあ簡単、すてき。
createTransparentTableView = ->
Ti.UI.createTableView
backgroundColor: 'transparent'
separatorColor: 'transparent'
あ、Androidは確認してないや。きっとだれかコメントしてくれることでしょう。