Precise recreation of the horizontal date picker from the iOS calendar app.
import HDatePicker
struct ContentView: View {
@State var selectedDay: Date = .now
var body: some View {
HDatePicker(selectedDay: $selectedDay)
}
}| Name | Name | Last commit date | ||
|---|---|---|---|---|