开发者

Hide Table View separator on titanium

开发者 https://www.devze.com 2023-03-14 02:27 出处:网络
Am developing one mobile application(android, iPhone)by using Titanium from the Titanium development kit am using a controlTableView (Titanium.UI.createTableView),am adding TableViewRow on the Tablev

Am developing one mobile application(android, iPhone) by using Titanium from the Titanium development kit am using a control TableView (Titanium.UI.createTableView),am adding TableViewRow on the Tableview controls. On the UI, the each row is coming with a sepa开发者_开发知识库rator (default) , but according to my requirement need to hide the separator. How is poosible ?

Thanks in advance


Create TableView with Ti.UI.iPhone.TableViewSeparatorStyle.NONE:

Ti.UI.createTableView({separatorStyle:Ti.UI.iPhone.TableViewSeparatorStyle.NONE});
0

精彩评论

暂无评论...
验证码 换一张
取 消