post-thumbnail

Swift extension

Swift의 익스텐션에 대해 알아보자

2023년 6월 24일
·
0개의 댓글
·
post-thumbnail

SwiftUI, @StateObject에 대해서

뷰에서 데이터를 관리할 때, @State를 사용하는데 그것과 비슷한 개념이다

2023년 6월 10일
·
0개의 댓글
·
post-thumbnail

Swift Inheritance

Swift의 상속에 대해 알아보자

2023년 6월 2일
·
0개의 댓글
·
post-thumbnail

SwiftUI - Stanford Lecture 3-2 : MVVM and the Swift type system

Upgrade Memorize Prototype Code 이전에 작성한 Memorize 게임의 Prototype을 실제 MVVM 패턴에 알맞게 동작하도록 개선해보자

2023년 5월 19일
·
0개의 댓글
·
post-thumbnail

백준 13164번 [Python]

13164번 행복 유치원 그리디 문제 풀이

2023년 5월 8일
·
0개의 댓글
·
post-thumbnail

SwiftUI - Stanford Lecture 3-1 : MVVM and the Swift type system

SwiftUI의 MVVM과 Type system에 대해 알아보자

2023년 4월 27일
·
0개의 댓글
·
post-thumbnail

SwiftUI - Stanford Lecture 2 : Learning more about SwiftUI

SwiftUI - Stanford Lecture 2 : Card View 만들기

2023년 4월 2일
·
0개의 댓글
·
post-thumbnail

SwiftUI - Stanford Lecture 1 : Getting started with SwiftUI

SwiftUI Stanford Lecture 1 - SwiftUI 시작하기

2023년 3월 26일
·
0개의 댓글
·
post-thumbnail

Swift Property observer

Swift의 프로퍼티 감시자에 대해 알아보자

2023년 3월 21일
·
0개의 댓글
·
post-thumbnail

Swift Property

Swift의 프로퍼티에 대해 알아보자

2023년 3월 20일
·
0개의 댓글
·
post-thumbnail

백준 17626번 [Python]

17626번 Four Squares DP 및 브루트포스 풀이

2023년 3월 19일
·
0개의 댓글
·
post-thumbnail

백준 1149번 [Python]

1149번 RGB거리 DP 풀이

2023년 3월 16일
·
0개의 댓글
·
post-thumbnail

Swift init(repeating:count:)

init(repeating:count:)에 대해 알아보자

2023년 3월 15일
·
0개의 댓글
·
post-thumbnail

Swift Closure

Swift의 클로저에 대해 알아보자

2023년 3월 14일
·
0개의 댓글
·
post-thumbnail

Swift Enum

Swift의 열거형 enum에 대해 알아보자

2023년 3월 6일
·
0개의 댓글
·
post-thumbnail

백준 20040번 [Python]

20040번 사이클 게임 분리 집합 풀이

2023년 2월 22일
·
0개의 댓글
·
post-thumbnail

Swift Class

Swift의 클래스에 대해서

2023년 2월 19일
·
0개의 댓글
·
post-thumbnail

Swift Struct

Swift의 구조체에 대해서

2023년 2월 19일
·
0개의 댓글
·
post-thumbnail

Swift Optional

Swift의 옵셔널(Optional)에 대해서 알아보자

2023년 2월 16일
·
0개의 댓글
·
post-thumbnail

백준 1780번 [Python]

1780번 종이의 개수 분할 정복 풀이

2023년 2월 11일
·
0개의 댓글
·