Skip to content

Precise recreation of the horizontal date picker from the iOS calendar app

Notifications You must be signed in to change notification settings

alexphanna/HDatePicker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 

Repository files navigation

HDatePicker

Precise recreation of the horizontal date picker from the iOS calendar app.

Usage

import HDatePicker

struct ContentView: View {
    @State var selectedDay: Date = .now

    var body: some View {
        HDatePicker(selectedDay: $selectedDay)
    }
}

About

Precise recreation of the horizontal date picker from the iOS calendar app

Topics

Resources

Stars

Watchers

Forks

Languages