Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
🔧 작업 내역
MSDesignSystem
의 요소들을 SwiftUI에서도 사용할 수 있도록 수정MSButton
을 SwiftUI로 포팅📝 리뷰 노트
MSFusion
MSUIKit
패키지의 이름을 UIKit과 SwiftUI 양쪽 모두에 어울리는 이름(MSFusion
)으로 변경했습니다.때문에 디렉토리 리네임 변경 파일이 많습니다..
MSUIKit과 MSSwiftUI는 MSFusion의 하위 라이브러리로 구성해주었습니다.
MSButton
ViewModifier
를 이용하여 MSButton을 초기화 한 후 설정할 수 있도록 구현했습니다.MSButton+Primary.swift
파일과MSButton+Secondary.swift
파일의#Preview
부분을 참고하시면 될 것 같습니다.