Submitted by: Brianna Chung Z23744895
ScavengerHunt is an app that ...
Time spent: 3 hours spent in total
The following required functionality is completed:
- App displays list of hard-coded tasks
- When a task is tapped it navigates the user to a task detail view
- When user adds photo to complete the tasks, it marks the task as complete
- When adding photo of task, the location is added
- User returns to home page (list of tasks) and the status of your task is updated to complete
The following optional features are implemented:
- User can launch camera to snap a picture
The following additional features are implemented:
- List anything else that you can get done to improve the app functionality!
?[Project 1 Gif](Project 1.gif)
[Guide]](https://www.youtube.com/watch?v=GA92eKlYio4) .
Describe any challenges encountered while building the app.
- I had challenges trying to add the camera function which was unsuccessful.
- When adding the UIImagePickerController, I accidently added it and tried putting the UIImagePickerController : UINavigationController so the user would be able to access the camera. The camera function still doesn't work but I was able to add new photos from the internet to the camera roll.
- Another challange that I faced was trying to get the photo to have a loction when you "attach" a photo. I had quickly remembered that you can add a location to a photo in the camera roll to pinpoint the loaction. After I did that, I tried the task again and was able to have real locations attatched to the photos.
Copyright [2025] [Brianna Chung]
Licensed under the Apache License, Version 2.0 (the "License");
you may not use this file except in compliance with the License.
You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software
distributed under the License is distributed on an "AS IS" BASIS,
WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License.