profile
Swift 를 공부합니다
post-thumbnail

스위프트 패키지를 코코아팟에 배포하기

스위프트 패키지를 코코아팟(CocoaPods) 의존성 관리도구(Dependency Manager) 에 배포하는 과정

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

Single Sheet Support 에러

Currently, only presenting a single sheet is supported. The next sheet will be presented when the currently presented sheet gets dismissed.

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

Row 선택 해지시키기

리스트아이템(Row)에 `.buttonStyle(.plain)` 적용하기

2023년 11월 28일
·
0개의 댓글
·
post-thumbnail

정사각형 사이즈 최대로 키우기

`.aspectRatio(_:contentMode:)` 와 `frame(maxWidth: .infinity)` 호출

2023년 11월 28일
·
0개의 댓글
·
post-thumbnail

커스텀 뷰 선언하기

Apple Developer Documentations 의 Declaring a custom view 문서를 정독하며 정리한 내용입니다.

2023년 11월 28일
·
0개의 댓글
·
post-thumbnail

call-as-function

객체의 메서드를 호출하지 않고 객체 자체를 함수로 사용하는 방법.

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

`xcodebuild docbuild` 명령어로 문서 빌드 배포하기

xcodebuild 커맨드라인 도구(Command Line Tool)의 docbuild 명령어로 .doccarchive 파일 추출 및 정적 웹 호스팅을 위한 형태로 변형하는 과정

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

라이브러리 에러와 임베드

정적 라이브러리와 동적 라이브러리에 대해 알아보고 라이브러리 에러 분석하고 해결하기 (1) 정적/동적 라이브러리에 대한 기본 개념 (2) Library not loaded 에러 발생 원인 및 해결방안

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

댓글로 깃헙 액션 돌리기

PR 에 댓글로 깃헙 액션을 작동시키는 방법과 마주할 수 있는 문제들을 알아봅니다.

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