Skip to content

Latest commit

History

7 Commits

Folders and files

NameName
Last commit message
Last commit date

Repository files navigation

SimpleCollectionViewBooking

A simple booking feature using CollectionView and Compositional Layout. Available dates for booking come form a simple API.

JSON

[
{
"day":"10.7.2020",
"dayPart":"10",
"monthYearPart":"7/20",
"times":[
{
"time":"10:00"
},
{
"time":"11:00"
},
{
"time":"12:00"
},
{
"time":"10:00"
}
]
},
{
"day":"11.7.2020",
"dayPart":"11",
"monthYearPart":"7/20",
"times":[
{
"time":"9:00"
},
{
"time":"13:00"
},
{
"time":"18:00"
}
]
}
]

About

A simple iOS booking feature using CollectionView and Compositional Layout in Swift.

Topics

Resources

Stars

1 star

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages