[TIMOB-19839] iOS: Support multiple cell selection in Ti.UI.ListView
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | None |
Status | Open |
Resolution | Unresolved |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | n/a |
Reporter | Hans Knöchel |
Assignee | Unknown |
Created | 2015-11-02T04:59:25.000+0000 |
Updated | 2018-02-28T19:55:24.000+0000 |
Description
Currently, we cover all
UITableView
properties except the following for the multiple selection of UITableViewCells
.
*New properties*:
- allowsMultipleSelection
- allowsSelectionDuringEditing
- allowsMultipleSelectionDuringEditing
*Docs*:
https://developer.apple.com/library/ios/documentation/UIKit/Reference/UITableView_Class/#//apple_ref/occ/instp/UITableView/allowsMultipleSelection
No comments