# alskipp/ASValueTrackingSlider

A UISlider subclass that displays the slider value in a popup view

Repository: https://github.com/alskipp/ASValueTrackingSlider
Canonical: https://ross.abutalabs.com/products/asvaluetrackingslider
Language: Objective-C
License: MIT
License Family: permissive
Last push: 2019-10-17T10:08:06+00:00

## Health v2 (maintenance only)
Score: 23/100 (v2, computed 2026-09-03T02:20:16.233290+00:00)
- activity 0, release rhythm 8, longevity 100
- inputs: {"age_days": 4699, "days_push": 2512, "days_rel": null, "gap_med": null, "n_releases_24m": 0}
- flags: none
- formula: round(0.45*activity + 0.35*rhythm + 0.20*longevity); archived -> min(score, 10)

## Adoption (not part of the score)
Stars 1826, forks 229 (observed 2026-08-28T04:05:41.351788+00:00)

## What it is
A UISlider subclass for iOS that displays the slider's live value in a customizable popup view above the thumb. It supports custom fonts, colors, animated track colors, NSNumberFormatter-based value display, and a dataSource for custom label text.

## Use cases
- show live value while dragging a slider in iOS
- display a popup tooltip over a UISlider thumb
- customize slider popup appearance with fonts and colors
- animate slider track color as value changes
- format slider values as percentages or units
- show custom strings for specific slider values

## When to choose
- building an iOS app in Objective-C or Swift that needs a value-displaying slider
- you want a drop-in UISlider replacement with minimal setup via CocoaPods
- you need customizable, animated popup value feedback on a slider

## When to avoid
- building for Android, web, or cross-platform frameworks
- you need a maintained, actively updated component (last release 2019)
- you need SwiftUI-native slider components
- you need progress bar popups (use the companion ASProgressPopupView instead)

## Facets
- artifact type: library
- maturity: maintenance
- function: ui-components, animation
- domain: mobile-development, frontend
- platform: c
- tags: uislider, objective-c, cocoapods, popup-view, uikit, ios, mobile, swift

## Member repositories
- alskipp/ASValueTrackingSlider (main) score 23

## Provenance
- Observed fields: from GitHub, fetched 2026-08-28T04:05:41.351788+00:00.
- Health v2: computed from the inputs above; adoption is never an input.
- Inferred fields (summary, facets, guidance): AI-extracted, prompt v1, taxonomy v1, on 2026-08-30T03:19:33.929736+00:00, confidence not recorded.
  - readme: https://github.com/alskipp/ASValueTrackingSlider (fetched 2026-08-28T04:05:41.351788+00:00, sha 4a4677473803)
- Data as of 2026-08-30T08:39:29.467469+00:00.
