cutmail's blog

write the code

2012-02-04から1日間の記事一覧

TableViewRowを選択不可にする

Titaniumで、TableViewRowを選択不可にしたいときは下記のようにすると、 選択ができなくなります。 var row = Ti.UI.createTableViewRow({ title: 'Hoge Row', touchEnabled : false, selectionStyle : Titanium.UI.iPhone.TableViewCellSelectionStyle.NONE…