[TIMOB-6305] iOS: Add Stepper UI element
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Fixed |
Resolution Date | 2016-04-22T18:45:32.000+0000 |
Affected Version/s | n/a |
Fix Version/s | Release 5.4.0 |
Components | iOS |
Labels | ios, stepper |
Reporter | Rasmus Burkal |
Assignee | Angel Petkov |
Created | 2011-11-26T15:08:20.000+0000 |
Updated | 2016-08-01T18:41:05.000+0000 |
Description
the iOS "Stepper" UI element, would be nice to have exposed through your API, the stepper UI element is used to increases/decreases a value of a constant amount. More info here: http://developer.apple.com/library/IOs/#documentation/UIKit/Reference/UIStepper_Class/Reference/Reference.html#//apple_ref/doc/uid/TP40010929
Any Updates here? Would be a useful feature, since it is available since iOS 5.0
PR pending: https://github.com/appcelerator/titanium_mobile/pull/7881. Example code at the bottom of the docs.
Alloy PR: https://github.com/appcelerator/alloy/pull/789
Verified implemented with minor issue noted in TIMOB-23712. MacOS 10.11.5 (15F31a) Ti SDK 5.4.0.v20160801022303 Appc NPM 4.2.7 Appc CLI 5.4.0-37 Alloy 1.9.1 Xcode 7.3.1 (7D1014) Stepper element displays correctly and is able to be customized with user images. The stepper correctly increments and decrements by the step value, within the minimum and maximum values, and correctly processes the 'continuous' and 'wraps' properties.