Skip to content

Commit

Permalink
Add Swift Package Index badges
Browse files Browse the repository at this point in the history
  • Loading branch information
mac-gallagher committed Feb 26, 2024
1 parent 4e7ef43 commit 7b14a15
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
# DurationPicker
[![CI](https://github.com/mac-gallagher/DurationPicker/actions/workflows/ci.yml/badge.svg)](https://github.com/mac-gallagher/DurationPicker/actions/workflows/ci.yml)
[![Documentation](https://github.com/mac-gallagher/DurationPicker/actions/workflows/documentation.yml/badge.svg)](https://github.com/mac-gallagher/DurationPicker/actions/workflows/documentation.yml)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmac-gallagher%2FDurationPicker%2Fbadge%3Ftype%3Dplatforms)](https://swiftpackageindex.com/mac-gallagher/DurationPicker)
[![](https://img.shields.io/endpoint?url=https%3A%2F%2Fswiftpackageindex.com%2Fapi%2Fpackages%2Fmac-gallagher%2FDurationPicker%2Fbadge%3Ftype%3Dswift-versions)](https://swiftpackageindex.com/mac-gallagher/DurationPicker)

DurationPicker is an iOS library that provides a customizable control for inputting time values ranging between 0 and 24 hours. It serves as a drop-in replacement of [UIDatePicker](https://developer.apple.com/documentation/uikit/uidatepicker) with [countDownTimer](https://developer.apple.com/documentation/uikit/uidatepicker/mode/countdowntimer) mode with additional functionality for time input.

Expand Down

0 comments on commit 7b14a15

Please sign in to comment.