Titanium JIRA Archive
Titanium SDK/CLI (TIMOB)

[TIMOB-6305] iOS: Add Stepper UI element

GitHub Issuen/a
TypeNew Feature
PriorityLow
StatusClosed
ResolutionFixed
Resolution Date2016-04-22T18:45:32.000+0000
Affected Version/sn/a
Fix Version/sRelease 5.4.0
ComponentsiOS
Labelsios, stepper
ReporterRasmus Burkal
AssigneeAngel Petkov
Created2011-11-26T15:08:20.000+0000
Updated2016-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

Comments

  1. Hans Knöchel 2013-10-23

    Any Updates here? Would be a useful feature, since it is available since iOS 5.0
  2. Angel Petkov 2016-03-24

    PR pending: https://github.com/appcelerator/titanium_mobile/pull/7881. Example code at the bottom of the docs.
  3. Hans Knöchel 2016-04-22

    Alloy PR: https://github.com/appcelerator/alloy/pull/789
  4. Eric Wieber 2016-08-01

    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.

JSON Source