Reservation form

I am building an app for my business, my business is pet care and I want my clients to be able to make a reservation from the app and for me to receive the form entries I only want to use storyboard in Xcode 13 how would I do this?

Replies

There should be several components in your app:

  • the view for user to make reservation
  • the sending to your server
  • the processing on server and confirmation to user that reservation is OK

What is it you don't know how to do ?

  • So I am very new to app development so I feel stupid not knowing these things but to make sure I’m right the view is the text box where the user types information right? And I don’t really know the other two and the reservation would come to me and I confirm it. Does apple host my app or do I host my app?

Add a Comment