Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[iOS] MSUIKit 적용 #122

Merged
merged 7 commits into from
Nov 27, 2023
Merged

[iOS] MSUIKit 적용 #122

merged 7 commits into from
Nov 27, 2023

Conversation

SwiftyJunnos
Copy link
Member

Important

MSUIKit을 release 브랜치에 적용합니다.

🔧 작업 내역

작업한 내용들을 나열합니다.
간결하게 리스트 업하고, 자세한 설명은 아래 리뷰 노트에서 합니다.

  • MSButton
  • MSDesignSystem
  • MSTextField
  • MSBottomSheetViewController
  • BaseViewController

SwiftyJunnos and others added 5 commits November 20, 2023 17:33
* ✨ MSFont 추가 (Pretendard font)

* ✨ MSColor 추가

* ✨ MSIcon 추가

* 🚚 임시 파일 삭제 & 앱 타겟에서 UI 모듈 제거

* ✨ MSButton & MSRectButton 추가
* ✨ MSFont 추가 (Pretendard font)

* ✨ MSColor 추가

* ✨ MSIcon 추가

* 🚚 임시 파일 삭제 & 앱 타겟에서 UI 모듈 제거
* ✨ MSLogger 구현

MSLogger, MSLog에 사용될 category 구현

* 🧪 MSLogger Test 코드 추가

.

* 📝 누락된 문서 추가

누락된 문서 추가

* 🚚 DTO 생성 및 경로 분리

DTO 생성 및 경로 분리

* 🚚 DTO 파일 생성

DTO 파일 생성

* ✨ MSNetwork 로직 구현

MSNetwork 계층화

* 🧪 테스트 코드 추가

테스트 코드 추가(추후 수정 필요)

* 🎨 프로젝트 설정 변경

프로젝트 설정 변경

* 📝 .gitignore 파일 수정

../.DS_Store 파일 저장하지 않도록 추가

* 📝 iOS 상위 경로에 gitignore 파일 생성

* 📝 gitignore 파일 추가

* 🎨 잘못 들어간 코드 삭제

* 🎨 파일 컨밴션에 맞도록 수정

* 🎨 MSNetwork 접근 제한자 수정

* 🎨 Router, Requstable 네이밍 수정

* 🎨 프로퍼티 네이밍 수정

* [iOS] MSLogger 구현 (#68)

* ✨ MSLogger 구현

MSLogger, MSLog에 사용될 category 구현

* 🧪 MSLogger Test 코드 추가

.

* 📝 누락된 문서 추가

누락된 문서 추가

---------

Co-authored-by: mingun <[email protected]>

* 🎨 Merge 전 commit

* 🐛 MSFont 불러오기 에러 해결

* ✨ MSTextField 구현

* 📝 Calender asset 파일 수정

* [iOS] MSUserDefaults 구현 (#66)

* ✨ UserDefaultsWrapped 프로퍼티 래퍼 추가

* 🎨 SwiftLint의 whitespace 에러에서 빈 줄을 제외

* 🚚 githook 스크립트 파일을 실행 가능하도록 수정

* 🚚 최상위 경로의 gitignore 삭제

* 🎨 PR 피드백 수정

코드 컨밴션, 네이밍, MSFont 적용 코드 수정

* 🎨 MsFont 수정

font를 불러올 수 없을 때, 원인을 찾기 힘들어 해당 출력할 내용을 추가하였습니다.

* 🎨 Calendar 스팰링 변경

* 🎨 Mark 컨밴션 수정

---------

Co-authored-by: mingun <[email protected]>
Co-authored-by: Junnos  <[email protected]>
* ✨ MSBottomSheetViewController 구현

* ✨ 애니메이션에 스프링 효과 추가

* 🐛 Minimized 상태에서 드래그 시 Detent 상태로 변경되는 현상 수정

* 🚚 테스트 파일 삭제

* 🎨 SceneDelegate의 MSUIKit import 삭제
@SwiftyJunnos SwiftyJunnos added the 🎨 UI 비즈니스 로직이 없는 UI 작업 label Nov 26, 2023
Copy link
Collaborator

@yoondj98 yoondj98 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

UIKit 반영 확인했습니다.

Copy link
Member

@PushedGun PushedGun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

감사합니다!

@SwiftyJunnos SwiftyJunnos merged commit 24d8601 into iOS/release Nov 27, 2023
15 checks passed
@SwiftyJunnos SwiftyJunnos deleted the iOS/epic/UIKit branch November 27, 2023 03:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🎨 UI 비즈니스 로직이 없는 UI 작업
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants