Submitted by: TaeVon Lewis
Photo Scavenger App is an engaging iOS application designed for users to participate in a scavenger hunt, which involves completing a list of tasks by attaching photos corresponding to each task. The app provides an interactive experience by displaying the location of the attached photos on a map. The application is built using advanced technologies like PHPicker for selecting photos and MapKit for map integration.
Time spent: 1 hour 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
Here's a walkthrough of implemented user stories:
Copyright [2023] [TaeVon Lewis]
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.