Skip to content

Commit eda34de

Browse files
authored
Update README.md
1 parent 239b9b5 commit eda34de

1 file changed

Lines changed: 2 additions & 9 deletions

File tree

README.md

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# RulerPicker
1+
# RulerPicker 📏
22

33
[![CI](https://github.com/fl034/RulerPicker/actions/workflows/ci.yml/badge.svg)](https://github.com/fl034/RulerPicker/actions/workflows/ci.yml)
44
![Platform](https://img.shields.io/badge/platform-iOS%2017%2B-blue)
@@ -13,11 +13,8 @@ the control sits cleanly on any background in light or dark mode.
1313
Inspired by the timer picker Apple introduced in the **iOS 27 (beta 1) Control
1414
Center**.
1515

16-
<!-- TODO: add demo GIF here, e.g. ![RulerPicker demo](docs/demo.gif) -->
16+
<img width="400" height="264" alt="ezgif-575e0ca1b3c5cfbc" src="https://github.com/user-attachments/assets/38ebb448-6651-4101-abda-c23b66a2d852" />
1717

18-
| Timer | Weight |
19-
| --- | --- |
20-
| <!-- docs/timer.png --> | <!-- docs/weight.png --> |
2118

2219
## Features
2320

@@ -95,10 +92,6 @@ RulerPicker(value: $kilograms, range: 30...200, labelEvery: 10)
9592

9693
The tick, label and marker colors follow the ambient `.tint`.
9794

98-
> [!NOTE]
99-
> Haptics are silent in the Xcode canvas — run on a device or simulator to feel
100-
> them.
101-
10295
## Example app
10396

10497
A runnable demo lives in [`Example/`](Example/) with two screens (Timer and

0 commit comments

Comments
 (0)