Skip to content

theedov/SimpleUIPickerViewBooking

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

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

Watchers

Forks

Releases

Packages

Contributors

Languages