profile
iOS앱 개발자가 될테야

[UIKit] UIScrollView LayoutGuide

contentLayoutGuide, frameLayoutGuide

2024년 2월 20일
·
0개의 댓글
·
post-thumbnail

Clean Architecture

Data -> Domain <- Presentation

2024년 1월 18일
·
0개의 댓글
·
post-thumbnail

[SwiftUI] @ObservedObject 와 @StateObject 차이점

ObservableObject 객체를 생성하는 방법

2024년 1월 2일
·
0개의 댓글
·
post-thumbnail

[Firebase] Firestore 데이터 페이징 (Swift)

Firestore 페이징 기법

2024년 1월 1일
·
0개의 댓글
·
post-thumbnail

[SwiftUI] @State와 @Binding

SwiftUI 상태관리

2023년 12월 30일
·
0개의 댓글
·
post-thumbnail

[BOJ] 백준 9019 DSLR (Swift 풀이)

BFS

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

[SwiftUI] SwiftUI에서 UIKit 사용하기

UIViewRepresentable

2023년 12월 23일
·
0개의 댓글
·

[iOS] TableView Cell 높이 동적 변경

UITableView.automaticDimension & IntrinsicContentSize

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

[프로그래머스] 양궁대회(DFS) - 파이썬

깊이 우선 탐색

2023년 11월 6일
·
1개의 댓글
·

[iOS] 커스텀 슬라이더 만들기

Custom View

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

[TIL] UIKit으로 Sticky Header 만들기

스크롤에 반응하는 이미지뷰

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

SwiftUI 튜토리얼(1)

기본 템플릿 코드 분석

2023년 9월 30일
·
0개의 댓글
·
post-thumbnail

[TIL]CompositionalLayout + DiffableDataSource

복잡한 레이아웃 구조를 유연하게 만들고, 데이터를 효율적으로 업데이트하기

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

[TIL] DiffableDataSource

CollectionView와 TableView의 효율적인 데이터 업데이트를 위한 데이터 소스

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

[TIL]CompositionalLayout으로 섹션마다 다른 레이아웃 구성하기

복잡한 레이아웃을 유연하고, 약간 복잡하게(?) 만들어보자

2023년 9월 13일
·
0개의 댓글
·
post-thumbnail

[AutoLayout] IntrinsicContentSize, Hugging/Compression Priority

View의 자연스러운 크기와 그 크기를 지키는 속성들

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

[TIL] iOS Layout 이해하기

Layout, Display, Constraints 이해하기

2023년 8월 15일
·
1개의 댓글
·
post-thumbnail

iOS 면접 질문 정리

제발 제가 아는 것만 물어봐주세요

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

[TIL] 메인 스레드에서 main.sync는 왜 안될까?

GCD : 할당할 스레드가 없는데 어떻게 할당해요...

2023년 7월 30일
·
0개의 댓글
·
post-thumbnail

[TIL] UI작업은 왜 메인스레드인가?

iOS : 그냥 그렇게 하라면 해 -.-

2023년 7월 30일
·
1개의 댓글
·