Skip to content

Repository files navigation

SimpleUIPickerViewBooking

A simple pickerview for selecting available appointment dates and times from remote JSON.

JSON

[
{
"day":"10.7.2020",
"times":[
{
"time":"10:00"
},
{
"time":"11:00"
},
{
"time":"12:00"
}
]
},
{
"day":"11.7.2020",
"times":[
{
"time":"9:00"
},
{
"time":"13:00"
},
{
"time":"18:00"
}
]
}
]

About

A simple pickerview for selecting available appointment dates and times.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages