Skip to content

Commit 1cf206a

Browse files
committed
fix: add some posts
1 parent 93ec539 commit 1cf206a

4 files changed

Lines changed: 4 additions & 4 deletions

_posts/2025-02-23-swift-concurrency-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Swift Concurrency 개념과 사용법 총정리
33
description: Swift Concurrency의 개념과 사용법을 공식 문서를 기반으로 정리합니다.
44
author: bbdyno
55
date: 2025-02-23 18:11:00 +0900
6-
categories: [Swift, Concurrency, iOS, Apple]
6+
categories: [Programming Language, Swift]
77
tags: [Swift, Concurrency, async-await, actor, structured-concurrency]
88
pin: true
99
math: true

_posts/2025-02-23-swift-mirror-summary.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Swift Mirror 타입 총정리
33
description: Swift의 Mirror 타입에 대한 개념, 사용법, 예제 및 내부 동작 원리를 공식 문서를 참고하여 정리한 글입니다.
44
author: bbdyno
55
date: 2025-02-23 18:30:00 +0900
6-
categories: [Swift, Reflection, iOS]
6+
categories: [Programming Language, Swift]
77
tags: [Swift, Reflection, Mirror, iOS, 개발]
88
pin: true
99
math: true

_posts/2025-02-23-swift-protocol-oriented-programming.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: Swift의 프로토콜 지향 프로그래밍
33
description: Swift의 프로토콜 지향 프로그래밍 개념과 활용법을 swift.org 공식 문서를 기반으로 설명합니다.
44
author: bbdyno
55
date: 2025-02-23 18:44:00 +0900
6-
categories: [Swift, iOS, 프로그래밍]
6+
categories: [Programming Language, Swift]
77
tags: [Swift, Protocol-Oriented Programming, POP, OOP, Swift 프로그래밍]
88
pin: true
99
math: true

_posts/2025-02-23-visionos-introduction.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ title: VisionOS - An Introduction
33
description: VisionOS 앱 개발의 기초를 다루며, SwiftUI를 사용하여 3D 객체를 생성하고 공간에 배치하는 방법을 포함합니다.
44
author: bbdyno
55
date: 2025-02-23 13:31:00 +0900
6-
categories: [visionOS, SwiftUI, iOS Development]
6+
categories: [Development, VisionOS]
77
tags: [visionOS, SwiftUI, 3D, Apple]
88
pin: true
99
math: true

0 commit comments

Comments
 (0)