Skip to content

Commit 81e7333

Browse files
committed
πŸ“[Docs]: update README
1 parent d372442 commit 81e7333

File tree

1 file changed

+47
-1
lines changed

1 file changed

+47
-1
lines changed

β€ŽREADME.mdβ€Ž

Lines changed: 47 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1,47 @@
1-
# SwiftData-Example
1+
# SwiftData-Tutorial
2+
3+
SwiftData ν”„λ ˆμž„μ›Œν¬ μ‚¬μš©λ²•μ„ μ„€λͺ…ν•˜λŠ” κ°„λ‹¨ν•œ μ•±μž…λ‹ˆλ‹€.
4+
5+
## μ‹œμž‘ν•˜κΈ°
6+
7+
### μš”κ΅¬μ‚¬ν•­
8+
9+
- Xcode 15 이상
10+
11+
### μ‚¬μš© 방법
12+
13+
1. Start, End ν΄λ”μ—μ„œ 각각 ν”„λ‘œμ νŠΈλ₯Ό λ‹€μš΄λ‘œλ“œν•©λ‹ˆλ‹€.
14+
15+
2. End ν΄λ”μ˜ ν”„λ‘œμ νŠΈλ₯Ό μ—΄κ³ , `MARK:` λ₯Ό κ²€μƒ‰ν•˜μ—¬ μ½”λ“œ 블둝을 μ°ΎμŠ΅λ‹ˆλ‹€.
16+
17+
3. Start ν΄λ”μ—μ„œ ν•΄λ‹Ή μ½”λ“œ 블둝을 μž…λ ₯ν•©λ‹ˆλ‹€.
18+
19+
## ν”„λ‘œμ νŠΈ ꡬ쑰
20+
21+
- `Start`: μ‹œμž‘ ν”„λ‘œμ νŠΈ 폴더
22+
- `End`: μ™„μ„±λœ ν”„λ‘œμ νŠΈ 폴더
23+
24+
---
25+
26+
# SwiftData-Tutorial
27+
28+
This is a small project for the SwiftData framework tutorial.
29+
30+
## Getting Started
31+
32+
### Requirements
33+
34+
- Xcode 15 or later
35+
36+
### How to Use
37+
38+
1. Download the project from the Start and End folders.
39+
40+
2. In the End folder project, search for the code block with `MARK:`.
41+
42+
3. Enter the same code block in the Start folder.
43+
44+
## Project Structure
45+
46+
- `Start`: Starting project folder
47+
- `End`: Completed project folder

0 commit comments

Comments
Β (0)