Skip to content

[SPM] [오픈소스] SwiftUI기반 Number / Text Picker (Can be used as a timer)

Notifications You must be signed in to change notification settings

nasneyland/NJPicker

Repository files navigation

NJPicker (Custom Timer)

[SwiftUI] Number / Text Picker (Can be used as a timer)
Available only in ios version 13.0 and later.

Usage

import NJPicker

...

NJPicker($selectedItem,
          data: ["1","2","3"],
          defaultValue: 0,
          hapticStyle: .light)

Installation

In Xcode go to File -> Swift Packages -> Add Package Dependency and paste in the repo's url: https://github.com/nasneyland/NJPicker

About

[SPM] [오픈소스] SwiftUI기반 Number / Text Picker (Can be used as a timer)

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages