Hi and welcome!

This is my personal archive for
Logic Traces & Study Notes.
iOS Developer & Topre Enthusiast.

Recent posts

SwiftCharts

less than 1 minute read

차트를 구현해보려한다.

MapKit

4 minute read

MapView 파일을 하나 만들어준다.

SwiftData

7 minute read

EmptyFile을 하나 만들어주고 이름을 Place.swift로 해주었다.

ScrollView

less than 1 minute read

struct ScrollImage: View { let image: String var body: some View { Image(image) .resizable() .scaledToFit() ...

SwiftUI (4)

6 minute read

HackerNews API를 사용하여 앱 만들기.