[정주] Pillyze - 내건강 화면 구현 (내부 콘텐츠 제외) #3
Merged
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.
📓 Overview
🤔 고민 내용
UIKit이 SwiftUI View 사용하기
NavigationController
를 사용하기 위해 UIKit이 SwiftUI의 View를 사용하는 것으로 결정했습니다.MyHealthViewController
에서MyHealthView
를UIHostingViewController
에 전달하여 VC로 사용하고 있습니다.빈 여백을 가진 View를 어떻게 구현할 수 있을까?
containerRelativeFrame
가 생겼지만 최소지원버전이 iOS 15라 사용 못함📸 Screenshot