MP Construction is a fictitious construction company. They have approached their IT department to create a new mobile app for their ground staff to upload photos. You are asked to build this app for them.
- App needs to have the design as per the screen below
- 1st functional button in this app is the ‘add a photo’ button, it will allow you to add photos on iOS, it will then fill the site diary
- 2nd functional button in this app is ‘Next’ button which will post the data and images to a web service
- Use Swift to build the app
- Code needs to follow your best practices, including what you see as essential for enterprise grade apps, eg unit tests, folder structure, etc