iReceipt: Full Note Taking Image App in SwiftUI Tutorial 2022 (Xcode)
Indently
0:00 / 0:00
iReceipt: Full Note Taking Image App in SwiftUI Tutorial 2022 (Xcode)
6 911 просмотров · 4 года назад
Indently
366 тыс. подписчиков
6 911 просмотров · 4 года назад
Learn how you can create a full note taking app with images in SwiftUI! Today we'll be looking at how we can create iReceipt, a simple app that's used to keep track of receipts for our finances. We'll be able to pick and image, add some notes, and save it in our app, so the user can always come back and see their finances.
Source code: https://github.com/federicocotogno/iR...
00:00 iReceipt Project Demo
02:01 Project structure
04:41 ContentView
07:21 Toolbar
09:44 Image Data Model
12:45 Loading the note data
14:15 Adding new notes
15:55 Editing note data
17:34 Saving note data with User Defaults
18:07 Deleting all notes
19:19 @EnvironmentObject
19:52 Update ContentView
21:13 HomeView
21:44 List & ForEach
23:12 Test run the app
23:55 Note Detail View
24:39 Preview Sample Data
29:04 Finishing touches
29:24 Running the app
30:44 Challenges