Skip to content

PicMemo app, built with SwiftUI and UIKit. My solution for the 6th milestone challenge of the 100 days of SwiftUI course by Paul Hudson.

Notifications You must be signed in to change notification settings

urielortega/picmemo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

14 Commits
 
 
 
 
 
 

Repository files navigation

PicMemo

PicMemo is a SwiftUI app that allows users to capture and save memories with photos, descriptions, and location data.

Features

  • Photo Selection: Pick images using UIKit’s PHPickerViewController.
  • Add Descriptions: Provide a custom description for each photo.
  • Location Tagging: Automatically associate the current location with each photo displaying it with MapKit.
  • Data Storage: Store memos securely and efficiently with SwiftUI’s state management.

Highlights

  • Integrates UIKit components like PHPickerViewController into a SwiftUI-based app.
  • Uses MapKit to display and tag user locations.
  • Demonstrates key concepts such as @StateObject and @ObservedObject for data sharing and management.

Acknowledgments

This project idea was originally proposed as part of the 100 Days of SwiftUI course by Paul Hudson. The solution implemented here reflects my personal approach, design decisions, and coding style.


Note: This project is a sample app created for learning purposes and exploring the integration of UIKit and SwiftUI.

About

PicMemo app, built with SwiftUI and UIKit. My solution for the 6th milestone challenge of the 100 days of SwiftUI course by Paul Hudson.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages