-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #34 from sookim-1/feature/026_20240729
Create 026-20240729.md
- Loading branch information
Showing
1 changed file
with
23 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,23 @@ | ||
--- | ||
date: 2024-07-29 14:00 | ||
description: CocoaPod 정리, Notion 정리, IQKeyboardManager 7.0.3 버전 이슈 | ||
tags: iOS, Swift, Blog, Cocoa Pods, IQKeyboardManager | ||
--- | ||
# 번호 : 026, 작성일자: 2024-07-29 | ||
## 2024.07.22 ~ 2024.07.28 | ||
### ⚙️ CocoaPod 정리 | ||
--- | ||
|
||
지난주 CocoaPod Private Repo를 배포하는 방법에 대해서 정리를 했는데 해당 내용을 정리하면서 전체적으로 CocoaPod에 대해서 한번 더 정리해서 티스토리블로그에 단계별로 작성했다. | ||
|
||
CocoaPod에 대한 설명, CocoaPod을 사용하면서 마주한 다양한 에러들과 자주 사용하는 명령어들, 라이브러리를 생성하고 공개 및 비공개로 배포하는 방법 등등을 정리했다. | ||
|
||
- 🔗 [**[iOS] CocoaPod 기본설명 - (1)**](https://sookim-1.tistory.com/entry/iOS-CocoaPod-기본설명-1) | ||
- 🔗 [**[iOS] CocoaPod 명령어 및 에러 정리 - (2)**](https://sookim-1.tistory.com/entry/iOS-CocoaPod-명령어-및-에러-정리-2) | ||
- 🔗 [**[iOS] CocoaPod 라이브러리 생성 및 배포하기 - (3)**](https://sookim-1.tistory.com/entry/iOS-CocoaPod-라이브러리-생성-및-배포하기-3) | ||
|
||
### 🙋🏻♂️ 기타 사항 | ||
--- | ||
|
||
1. 개인 노션 페이지에 있는 iOS 개발 DB를 중복되는 페이지들은 정리하고 검색이 쉽도록 하나의 DB로 통합하는 과정을 60%정도 진행했다. | ||
2. 키보드입력이 감지되면 키보드높이만큼 View를 이동시키는 화면에서 이슈가 발생했는데 IQKeyboardManager 라이브러리를 7.0.3버전으로 업데이트하고 발생한 이슈여서 해당화면에서는 IQKeyboardManager를 비활성화했다. |