Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-16430] TiAPI: Implement allowsSelectionDuringEditing property for ListView

GitHub Issuen/a
TypeImprovement
PriorityLow
StatusOpen
ResolutionUnresolved
Affected Version/sRelease 3.2.0
Fix Version/sn/a
ComponentsTiAPI
Labelslistview
ReporterMartijn Kooij
AssigneeUnknown
Created2014-02-05T22:48:00.000+0000
Updated2018-02-28T20:04:23.000+0000

Description

I am converting my tableviews to listviews and I am missing the allowsSelectionDuringEditing property. Would it be possible to implement this? -(void)setAllowsSelectionDuringEditing_:(id)arg { [[self tableView] setAllowsSelectionDuringEditing:[TiUtils boolValue:arg def:NO]]; }

Comments

  1. Ritu Agrawal 2014-02-09

    Moving this improvement request to engineering for further evaluation and prioritization. Table View property: http://docs.appcelerator.com/titanium/latest/#!/api/Titanium.UI.TableView-property-allowsSelectionDuringEditing

JSON Source