-
Notifications
You must be signed in to change notification settings - Fork 0
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
merge :: Dms Bottom Sheet Modifier #87
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
궁금해서 물어보는건데 iOS의 기본적인 Bottom Sheet를 사용하지 않은 이유가 있을까요?
init( | ||
isShowing: Binding<Bool>, | ||
content: @escaping () -> T | ||
) { | ||
_isShowing = isShowing | ||
self.content = content | ||
} |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
나중을 위해서 높이를 받는 것은 어떨까요?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
content에 따라 동적으로 크키가 바뀌게 해놓았는데 height는 필요할까 싶어서 안받아놓긴 했습니다
|
개요
Simulator.Screen.Recording.-.iPhone.14.Pro.-.2022-10-25.at.11.51.36.mp4
작업사항
사용방법