-
Notifications
You must be signed in to change notification settings - Fork 200
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] Modify header tab on ContributorView #538
Conversation
8296c6e
to
a0a4731
Compare
e12c023
to
3e6057c
Compare
|
||
switch viewType { | ||
switch selectedTab { |
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.
I wanted to replace this to TabView, but only KmpContributorComposeViewControllerWrapper screen is white out in TabView...
.sheet(item: $showingUrl, content: { url in | ||
SafariView(url: url.id) | ||
.ignoresSafeArea() | ||
}) |
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.
ContributorView and KmpPresenterContributorView both have a sheet modifier and there was a bug that sheet is closed as soon as it is open.
Therefore, I remove it.
@@ -1,5 +1,5 @@ | |||
import SwiftUI | |||
@preconcurrency import shared |
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.
unnecessary
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.
LGTM 👍🏼
Issue
Overview (Required)
Modified header tab on ContributorView because slider text is missing
Links
Movie (Optional)
2024-08-21.2.02.38.mov