-
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
[Style] 네비게이션 로직 추가 및 칩 네비게이션 추가 #57
base: juri
Are you sure you want to change the base?
Conversation
onSearchSubmit: { | ||
navigationManager.push(.searchView) | ||
}, |
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.
push 할때 TabView 히든 처리 해야 할거 같아여!
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.
고생하셨습니다!
} | ||
} | ||
|
||
func push(_ view: ViewType) { | ||
switch selectedTab { | ||
case .map: | ||
if view == .searchView { | ||
isTabBarVisible = false |
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.
isTabBarVisible에 따라서 탭뷰가 없어지는 로직이 어딨나용
.toolbar(.hidden, for: .tabBar) 으로 제어
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.
깔끔ㅋㅋ
🔗 연결된 이슈
📄 작업 내용
💻 주요 코드 설명
SearchView는 깡통입니다 무시해주세요
ContentView