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?
Reservation form
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 ?