2017-09-19 71 views

回答

2

實現這一設置itemLoading事件在這樣的列表視圖:

<ListView [items]="items" (itemLoading)="onItemLoading($event)"> 

然後在您的打字稿,定義你的onItemLoading事件是這樣的:

onItemLoading(args: ItemEventData) { 
    const iosCell = args.ios; 
    iosCell.selectionStyle = UITableViewCellSelectionStyle.None; 
} 

僅供參考 - 我測試了這對nativescript棱角版本3.1.0和tns-core-modules版本3.3