[TIMOB-2830] Feature request - iOS - Add (iPod) Slider Style
GitHub Issue | n/a |
---|---|
Type | New Feature |
Priority | Low |
Status | Closed |
Resolution | Done |
Resolution Date | 2017-02-04T13:40:27.000+0000 |
Affected Version/s | n/a |
Fix Version/s | n/a |
Components | iOS |
Labels | feature, ios, ipod, slider |
Reporter | Ralf Pfeiffer |
Assignee | Ingo Muschenetz |
Created | 2011-04-15T03:30:35.000+0000 |
Updated | 2017-03-23T20:45:18.000+0000 |
Description
Maybe it's an idea to allow the styling of a slider (just like styling a progressbar) into the native iPod-like slider, like so:
Titanium.UI.iPhone.SliderStyle.IPOD
Example:
Attachments
File | Date | Size |
---|---|---|
screenshot-72.png | 2011-04-15T03:30:35.000+0000 | 11839 |
Custom images take care of the slider dongle; slider needs to support background color for the rest of the styling (maybe it already does?) There is no "ipod style" constant in iOS, this will have to be done manually by the user.
This can nowadays be done using the the
Ti.UI.Slide
in combination with theTi.Media.AudioPlayer
events. The styling also allows options for all kind of customizations.Closing ticket with reference to the above comment.